#5269C8

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

Shades of Free Speech Blue #5269C8

Tints of Free Speech Blue #5269C8

Color information

#5269C8 (or 0x5269C8) is unknown color: approx Free Speech Blue. HEX triplet: 52, 69 and C8. RGB value is (82,105,200). Sum of RGB (Red+Green+Blue) = 82+105+200=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #5269C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5269C8 is #AD9637. Grayscale: #6C6C6C. Windows color (decimal): -11376184 or 13134162. OLE color: 13134162.

HSL color Cylindrical-coordinate representation of color #5269C8: hue angle of 228.31º degrees, saturation: 0.52, 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 #5269C8 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82105200-
CMYK0.590.4800.22
HSL228.31º51.75%55.29%-
HSV(B)228.31º59%78.43%-
XYZ18.9616.0756.75-
YUV108.95179.38108.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 200 (78.52% from 255) = 51.68%
R=21.19%
G=27.13%
B=51.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821052000.590.4800.22228.3151.7555.29
Hex5269C83B30016e43437
Octal12215131073600263446467
Binary101001011010011100100011101111000001011011100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5269C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5269C8; }

 p { color: rgb(82,105,200); }

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

<style>
 a { background-color: #5269C8; }

 a { background-color: rgb(82,105,200); }

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

<style>
 span { border-color: #5269C8; }

 span { border-color: rgb(82,105,200); }

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