#5F5884

Color #5F5884 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #5F5884

Tints of Kimberly #5F5884

Color information

#5F5884 (or 0x5F5884) is unknown color: approx Kimberly. HEX triplet: 5F, 58 and 84. RGB value is (95,88,132). Sum of RGB (Red+Green+Blue) = 95+88+132=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5884 is #A0A77B. Grayscale: #5E5E5E. Windows color (decimal): -10528636 or 8673375. OLE color: 8673375.

HSL color Cylindrical-coordinate representation of color #5F5884: hue angle of 249.55º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F5884 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9588132-
CMYK0.280.3300.48
HSL249.55º20%43.14%-
HSV(B)249.55º33.33%51.76%-
XYZ12.3711.0823.32-
YUV95.11148.82127.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.16%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=30.16%
G=27.94%
B=41.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95881320.280.3300.48249.552043.14
Hex5F58841C21030fa142b
Octal13713020434410603722453
Binary10111111011000100001001110010000101100001111101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F5884; }

 p { color: rgb(95,88,132); }

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

<style>
 a { background-color: #5F5884; }

 a { background-color: rgb(95,88,132); }

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

<style>
 span { border-color: #5F5884; }

 span { border-color: rgb(95,88,132); }

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