#5F598B

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

Shades of Kimberly #5F598B

Tints of Kimberly #5F598B

Color information

#5F598B (or 0x5F598B) is unknown color: approx Kimberly. HEX triplet: 5F, 59 and 8B. RGB value is (95,89,139). Sum of RGB (Red+Green+Blue) = 95+89+139=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F598B is #A0A674. Grayscale: #606060. Windows color (decimal): -10528373 or 9132383. OLE color: 9132383.

HSL color Cylindrical-coordinate representation of color #5F598B: hue angle of 247.2º 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 #5F598B is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9589139-
CMYK0.320.3600.45
HSL247.2º21.93%44.71%-
HSV(B)247.2º35.97%54.51%-
XYZ12.9511.4425.95-
YUV96.49151.99126.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=29.41%
G=27.55%
B=43.03%

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
Decimal95891390.320.3600.45247.221.9344.71
Hex5F598B202402Df7162d
Octal13713121340440553672655
Binary101111110110011000101110000010010001011011111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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