#60588D

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

Shades of Kimberly #60588D

Tints of Kimberly #60588D

Color information

#60588D (or 0x60588D) is unknown color: approx Kimberly. HEX triplet: 60, 58 and 8D. RGB value is (96,88,141). Sum of RGB (Red+Green+Blue) = 96+88+141=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #60588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60588D is #9FA772. Grayscale: #606060. Windows color (decimal): -10463091 or 9263200. OLE color: 9263200.

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

Color convert

RGB9688141-
CMYK0.320.3800.45
HSL249.06º23.14%44.9%-
HSV(B)249.06º37.59%55.29%-
XYZ13.1211.3926.71-
YUV96.43153.15127.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=29.54%
G=27.08%
B=43.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96881410.320.3800.45249.0623.1444.9
Hex60588D202602Df9172d
Octal14013021540460553712755
Binary110000010110001000110110000010011001011011111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60588D; }

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

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

<style>
 a { background-color: #60588D; }

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

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

<style>
 span { border-color: #60588D; }

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

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