#5F598C

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

Shades of Kimberly #5F598C

Tints of Kimberly #5F598C

Color information

#5F598C (or 0x5F598C) is unknown color: approx Kimberly. HEX triplet: 5F, 59 and 8C. RGB value is (95,89,140). Sum of RGB (Red+Green+Blue) = 95+89+140=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F598C is #A0A673. Grayscale: #606060. Windows color (decimal): -10528372 or 9197919. OLE color: 9197919.

HSL color Cylindrical-coordinate representation of color #5F598C: hue angle of 247.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F598C is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9589140-
CMYK0.320.3600.45
HSL247.06º22.27%44.9%-
HSV(B)247.06º36.43%54.9%-
XYZ13.0311.4726.34-
YUV96.61152.49126.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=29.32%
G=27.47%
B=43.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95891400.320.3600.45247.0622.2744.9
Hex5F598C202402Df7162d
Octal13713121440440553672655
Binary101111110110011000110010000010010001011011111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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