#60588B

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

Shades of Kimberly #60588B

Tints of Kimberly #60588B

Color information

#60588B (or 0x60588B) is unknown color: approx Kimberly. HEX triplet: 60, 58 and 8B. RGB value is (96,88,139). Sum of RGB (Red+Green+Blue) = 96+88+139=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 88 (34.77% from 255 or 27.24% 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 #60588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60588B is #9FA774. Grayscale: #606060. Windows color (decimal): -10463093 or 9132128. OLE color: 9132128.

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

Color convert

RGB9688139-
CMYK0.310.3700.45
HSL249.41º22.47%44.51%-
HSV(B)249.41º36.69%54.51%-
XYZ12.9711.3325.93-
YUV96.21152.15127.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=29.72%
G=27.24%
B=43.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96881390.310.3700.45249.4122.4744.51
Hex60588B1F2502Df9162d
Octal14013021337450553712655
Binary11000001011000100010111111110010101011011111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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