#5F5989

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

Shades of Kimberly #5F5989

Tints of Kimberly #5F5989

Color information

#5F5989 (or 0x5F5989) is unknown color: approx Kimberly. HEX triplet: 5F, 59 and 89. RGB value is (95,89,137). Sum of RGB (Red+Green+Blue) = 95+89+137=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #5F5989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5989 is #A0A676. Grayscale: #606060. Windows color (decimal): -10528375 or 9001311. OLE color: 9001311.

HSL color Cylindrical-coordinate representation of color #5F5989: hue angle of 247.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F5989 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9589137-
CMYK0.310.3500.46
HSL247.5º21.24%44.31%-
HSV(B)247.5º35.04%53.73%-
XYZ12.8111.3825.19-
YUV96.27150.99127.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=29.60%
G=27.73%
B=42.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95891370.310.3500.46247.521.2444.31
Hex5F59891F2302Ef8152c
Octal13713121137430563702554
Binary10111111011001100010011111110001101011101111100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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