#5F588D

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

Shades of Kimberly #5F588D

Tints of Kimberly #5F588D

Color information

#5F588D (or 0x5F588D) is unknown color: approx Kimberly. HEX triplet: 5F, 58 and 8D. RGB value is (95,88,141). Sum of RGB (Red+Green+Blue) = 95+88+141=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F588D is #A0A772. Grayscale: #5F5F5F. Windows color (decimal): -10528627 or 9263199. OLE color: 9263199.

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

Color convert

RGB9588141-
CMYK0.330.3800.45
HSL247.92º23.14%44.9%-
HSV(B)247.92º37.59%55.29%-
XYZ13.0211.3426.7-
YUV96.14153.32127.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=29.32%
G=27.16%
B=43.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95881410.330.3800.45247.9223.1444.9
Hex5F588D212602Df8172d
Octal13713021541460553702755
Binary101111110110001000110110000110011001011011111100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,141); }

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

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

 a { background-color: rgb(95,88,141); }

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

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

 span { border-color: rgb(95,88,141); }

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