#525AC6

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

Shades of Free Speech Blue #525AC6

Tints of Free Speech Blue #525AC6

Color information

#525AC6 (or 0x525AC6) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5A and C6. RGB value is (82,90,198). Sum of RGB (Red+Green+Blue) = 82+90+198=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #525AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AC6 is #ADA539. Grayscale: #636363. Windows color (decimal): -11380026 or 12999250. OLE color: 12999250.

HSL color Cylindrical-coordinate representation of color #525AC6: hue angle of 235.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #525AC6 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8290198-
CMYK0.590.5500.22
HSL235.86º50.43%54.9%-
HSV(B)235.86º58.59%77.65%-
XYZ17.3313.1855.06-
YUV99.92183.35115.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 198 (77.73% from 255) = 53.51%
R=22.16%
G=24.32%
B=53.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82901980.590.5500.22235.8650.4354.9
Hex525AC63B37016ec3237
Octal12213230673670263546267
Binary101001010110101100011011101111011101011011101100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,198); }

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

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

 a { background-color: rgb(82,90,198); }

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

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

 span { border-color: rgb(82,90,198); }

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