#526CC9

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

Shades of Free Speech Blue #526CC9

Tints of Free Speech Blue #526CC9

Color information

#526CC9 (or 0x526CC9) is unknown color: approx Free Speech Blue. HEX triplet: 52, 6C and C9. RGB value is (82,108,201). Sum of RGB (Red+Green+Blue) = 82+108+201=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #526CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CC9 is #AD9336. Grayscale: #6E6E6E. Windows color (decimal): -11375415 or 13200466. OLE color: 13200466.

HSL color Cylindrical-coordinate representation of color #526CC9: hue angle of 226.89º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526CC9 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82108201-
CMYK0.590.4600.21
HSL226.89º52.42%55.49%-
HSV(B)226.89º59.2%78.82%-
XYZ19.3816.7457.47-
YUV110.83178.89107.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 201 (78.91% from 255) = 51.41%
R=20.97%
G=27.62%
B=51.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821082010.590.4600.21226.8952.4255.49
Hex526CC93B2E015e33437
Octal12215431173560253436467
Binary101001011011001100100111101110111001010111100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526CC9; }

 p { color: rgb(82,108,201); }

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

<style>
 a { background-color: #526CC9; }

 a { background-color: rgb(82,108,201); }

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

<style>
 span { border-color: #526CC9; }

 span { border-color: rgb(82,108,201); }

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