#66587C

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

Shades of Kimberly #66587C

Tints of Kimberly #66587C

Color information

#66587C (or 0x66587C) is unknown color: approx Kimberly. HEX triplet: 66, 58 and 7C. RGB value is (102,88,124). Sum of RGB (Red+Green+Blue) = 102+88+124=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #66587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66587C is #99A783. Grayscale: #606060. Windows color (decimal): -10069892 or 8149094. OLE color: 8149094.

HSL color Cylindrical-coordinate representation of color #66587C: hue angle of 263.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66587C is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10288124-
CMYK0.180.2900.51
HSL263.33º16.98%41.57%-
HSV(B)263.33º29.03%48.63%-
XYZ12.6111.2620.58-
YUV96.29143.64132.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=32.48%
G=28.03%
B=39.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102881240.180.2900.51263.3316.9841.57
Hex66587C121D033107112a
Octal14613017422350634072152
Binary1100110101100011111001001011101011001110000011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66587C; }

 p { color: rgb(102,88,124); }

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

<style>
 a { background-color: #66587C; }

 a { background-color: rgb(102,88,124); }

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

<style>
 span { border-color: #66587C; }

 span { border-color: rgb(102,88,124); }

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