#5254ce

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

Shades of Free Speech Blue #5254CE

Tints of Free Speech Blue #5254CE

Color information

#5254CE (or 0x5254CE) is unknown color: approx Free Speech Blue. HEX triplet: 52, 54 and CE. RGB value is (82,84,206). Sum of RGB (Red+Green+Blue) = 82+84+206=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #5254CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5254CE is #ADAB31. Grayscale: #606060. Windows color (decimal): -11381554 or 13522002. OLE color: 13522002.

HSL color Cylindrical-coordinate representation of color #5254CE: hue angle of 239.03º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5254CE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8284206-
CMYK0.600.5900.19
HSL239.03º55.86%56.47%-
HSV(B)239.03º60.19%80.78%-
XYZ17.7912.5959.89-
YUV97.31189.34117.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 206 (80.86% from 255) = 55.38%
R=22.04%
G=22.58%
B=55.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82842060.600.5900.19239.0355.8656.47
Hex5254CE3C3B013ef3838
Octal12212431674730233577070
Binary101001010101001100111011110011101101001111101111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5254ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5254ce; }

 p { color: rgb(82,84,206); }

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

<style>
 a { background-color: #5254ce; }

 a { background-color: rgb(82,84,206); }

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

<style>
 span { border-color: #5254ce; }

 span { border-color: rgb(82,84,206); }

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