#66597A

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

Shades of Kimberly #66597A

Tints of Kimberly #66597A

Color information

#66597A (or 0x66597A) is unknown color: approx Kimberly. HEX triplet: 66, 59 and 7A. RGB value is (102,89,122). Sum of RGB (Red+Green+Blue) = 102+89+122=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #66597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66597A is #99A685. Grayscale: #606060. Windows color (decimal): -10069638 or 8018278. OLE color: 8018278.

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

Color convert

RGB10289122-
CMYK0.160.2700.52
HSL263.64º15.64%41.37%-
HSV(B)263.64º27.05%47.84%-
XYZ12.5611.3719.95-
YUV96.65142.31131.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=32.59%
G=28.43%
B=38.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102891220.160.2700.52263.6415.6441.37
Hex66597A101B0341081029
Octal14613117220330644102051
Binary1100110101100111110101000011011011010010000100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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