#5F598E

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

Shades of Kimberly #5F598E

Tints of Kimberly #5F598E

Color information

#5F598E (or 0x5F598E) is unknown color: approx Kimberly. HEX triplet: 5F, 59 and 8E. RGB value is (95,89,142). Sum of RGB (Red+Green+Blue) = 95+89+142=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F598E is #A0A671. Grayscale: #606060. Windows color (decimal): -10528370 or 9328991. OLE color: 9328991.

HSL color Cylindrical-coordinate representation of color #5F598E: hue angle of 246.79º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F598E is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9589142-
CMYK0.330.3700.44
HSL246.79º22.94%45.29%-
HSV(B)246.79º37.32%55.69%-
XYZ13.1711.5327.12-
YUV96.84153.49126.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=29.14%
G=27.30%
B=43.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95891420.330.3700.44246.7922.9445.29
Hex5F598E212502Cf7172d
Octal13713121641450543672755
Binary101111110110011000111010000110010101011001111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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