#5458c9

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

Shades of Free Speech Blue #5458C9

Tints of Free Speech Blue #5458C9

Color information

#5458C9 (or 0x5458C9) is unknown color: approx Free Speech Blue. HEX triplet: 54, 58 and C9. RGB value is (84,88,201). Sum of RGB (Red+Green+Blue) = 84+88+201=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #5458C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5458C9 is #ABA736. Grayscale: #636363. Windows color (decimal): -11249463 or 13195348. OLE color: 13195348.

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

Color convert

RGB8488201-
CMYK0.580.5600.21
HSL237.95º52%55.88%-
HSV(B)237.95º58.21%78.82%-
XYZ17.6913.0856.85-
YUV99.69185.17116.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 201 (78.91% from 255) = 53.89%
R=22.52%
G=23.59%
B=53.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84882010.580.5600.21237.955255.88
Hex5458C93A38015ee3438
Octal12413031172700253566470
Binary101010010110001100100111101011100001010111101110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5458c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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