#5249CC

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

Shades of Free Speech Blue #5249CC

Tints of Free Speech Blue #5249CC

Color information

#5249CC (or 0x5249CC) is unknown color: approx Free Speech Blue. HEX triplet: 52, 49 and CC. RGB value is (82,73,204). Sum of RGB (Red+Green+Blue) = 82+73+204=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #5249CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249CC is #ADB633. Grayscale: #5A5A5A. Windows color (decimal): -11384372 or 13388114. OLE color: 13388114.

HSL color Cylindrical-coordinate representation of color #5249CC: hue angle of 244.12º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5249CC is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8273204-
CMYK0.600.6400.2
HSL244.12º56.22%54.31%-
HSV(B)244.12º64.22%80%-
XYZ16.7610.9258.35-
YUV90.62191.98121.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 204 (80.08% from 255) = 56.82%
R=22.84%
G=20.33%
B=56.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82732040.600.6400.2244.1256.2254.31
Hex5249CC3C40014f43836
Octal122111314741000243647066
Binary1010010100100111001100111100100000001010011110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5249CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5249CC; }

 p { color: rgb(82,73,204); }

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

<style>
 a { background-color: #5249CC; }

 a { background-color: rgb(82,73,204); }

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

<style>
 span { border-color: #5249CC; }

 span { border-color: rgb(82,73,204); }

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