#66597B

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

Shades of Kimberly #66597B

Tints of Kimberly #66597B

Color information

#66597B (or 0x66597B) is unknown color: approx Kimberly. HEX triplet: 66, 59 and 7B. RGB value is (102,89,123). Sum of RGB (Red+Green+Blue) = 102+89+123=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #66597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66597B is #99A684. Grayscale: #606060. Windows color (decimal): -10069637 or 8083814. OLE color: 8083814.

HSL color Cylindrical-coordinate representation of color #66597B: hue angle of 262.94º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66597B is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10289123-
CMYK0.170.2800.52
HSL262.94º16.04%41.57%-
HSV(B)262.94º27.64%48.24%-
XYZ12.6311.420.27-
YUV96.76142.81131.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=32.48%
G=28.34%
B=39.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102891230.170.2800.52262.9416.0441.57
Hex66597B111C034107102a
Octal14613117321340644072052
Binary1100110101100111110111000111100011010010000011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,89,123); }

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

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

 a { background-color: rgb(102,89,123); }

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

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

 span { border-color: rgb(102,89,123); }

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