#5F5984

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

Shades of Kimberly #5F5984

Tints of Kimberly #5F5984

Color information

#5F5984 (or 0x5F5984) is unknown color: approx Kimberly. HEX triplet: 5F, 59 and 84. RGB value is (95,89,132). Sum of RGB (Red+Green+Blue) = 95+89+132=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F5984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5984 is #A0A67B. Grayscale: #5F5F5F. Windows color (decimal): -10528380 or 8673631. OLE color: 8673631.

HSL color Cylindrical-coordinate representation of color #5F5984: hue angle of 248.37º degrees, saturation: 0.19, 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 #5F5984 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9589132-
CMYK0.280.3300.48
HSL248.37º19.46%43.33%-
HSV(B)248.37º32.58%51.76%-
XYZ12.4611.2423.34-
YUV95.7148.49127.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=30.06%
G=28.16%
B=41.77%

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
Decimal95891320.280.3300.48248.3719.4643.33
Hex5F59841C21030f8132b
Octal13713120434410603702353
Binary10111111011001100001001110010000101100001111100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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