#525CD3

Color #525CD3 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #525CD3

Tints of Free Speech Blue #525CD3

Color information

#525CD3 (or 0x525CD3) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5C and D3. RGB value is (82,92,211). Sum of RGB (Red+Green+Blue) = 82+92+211=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #525CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CD3 is #ADA32C. Grayscale: #666666. Windows color (decimal): -11379501 or 13851730. OLE color: 13851730.

HSL color Cylindrical-coordinate representation of color #525CD3: hue angle of 235.35º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #525CD3 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8292211-
CMYK0.610.5600.17
HSL235.35º59.45%57.45%-
HSV(B)235.35º61.14%82.75%-
XYZ19.0614.1563.35-
YUV102.58189.19113.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 211 (82.81% from 255) = 54.81%
R=21.30%
G=23.90%
B=54.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal82922110.610.5600.17235.3559.4557.45
Hex525CD33D38011eb3b39
Octal12213432375700213537371
Binary101001010111001101001111110111100001000111101011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525CD3; }

 p { color: rgb(82,92,211); }

 H1.HeaderClassName
 {
   color: #525CD3;
 }
 .AnyTagClassName
 {
   color: #525CD3;
 }
</style>
background-color css

<style>
 a { background-color: #525CD3; }

 a { background-color: rgb(82,92,211); }

 div.DivClassName
 {
   background-color: #525CD3;
 }
 .BgClassName
 {
   background-color: #525CD3;
 }
</style>
border-color css

<style>
 span { border-color: #525CD3; }

 span { border-color: rgb(82,92,211); }

 td.TdClassName
 {
   border-color: #525CD3;
 }
 .TagClassName
 {
   border-color: #525CD3;
 }
</style>