#5254CA

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

Shades of Free Speech Blue #5254CA

Tints of Free Speech Blue #5254CA

Color information

#5254CA (or 0x5254CA) is unknown color: approx Free Speech Blue. HEX triplet: 52, 54 and CA. RGB value is (82,84,202). Sum of RGB (Red+Green+Blue) = 82+84+202=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #5254CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5254CA is #ADAB35. Grayscale: #606060. Windows color (decimal): -11381558 or 13259858. OLE color: 13259858.

HSL color Cylindrical-coordinate representation of color #5254CA: hue angle of 239º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5254CA is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8284202-
CMYK0.590.5800.21
HSL239º53.1%55.69%-
HSV(B)239º59.41%79.22%-
XYZ17.3112.457.36-
YUV96.85187.34117.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=22.28%
G=22.83%
B=54.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82842020.590.5800.2123953.155.69
Hex5254CA3B3A015ef3538
Octal12212431273720253576570
Binary101001010101001100101011101111101001010111101111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5254CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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