#5452c9

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

Shades of Free Speech Blue #5452C9

Tints of Free Speech Blue #5452C9

Color information

#5452C9 (or 0x5452C9) is unknown color: approx Free Speech Blue. HEX triplet: 54, 52 and C9. RGB value is (84,82,201). Sum of RGB (Red+Green+Blue) = 84+82+201=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #5452C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5452C9 is #ABAD36. Grayscale: #5F5F5F. Windows color (decimal): -11250999 or 13193812. OLE color: 13193812.

HSL color Cylindrical-coordinate representation of color #5452C9: hue angle of 241.01º 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 #5452C9 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8482201-
CMYK0.580.5900.21
HSL241.01º52.42%55.49%-
HSV(B)241.01º59.2%78.82%-
XYZ17.2212.1456.69-
YUV96.16187.16119.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 201 (78.91% from 255) = 54.77%
R=22.89%
G=22.34%
B=54.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84822010.580.5900.21241.0152.4255.49
Hex5452C93A3B015f13437
Octal12412231172730253616467
Binary101010010100101100100111101011101101010111110001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5452c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5452c9; }

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

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

<style>
 a { background-color: #5452c9; }

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

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

<style>
 span { border-color: #5452c9; }

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

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