#66567B

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

Shades of Kimberly #66567B

Tints of Kimberly #66567B

Color information

#66567B (or 0x66567B) is unknown color: approx Kimberly. HEX triplet: 66, 56 and 7B. RGB value is (102,86,123). Sum of RGB (Red+Green+Blue) = 102+86+123=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #66567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66567B is #99A984. Grayscale: #5E5E5E. Windows color (decimal): -10070405 or 8083046. OLE color: 8083046.

HSL color Cylindrical-coordinate representation of color #66567B: hue angle of 265.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66567B is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10286123-
CMYK0.170.3000.52
HSL265.95º17.7%40.98%-
HSV(B)265.95º30.08%48.24%-
XYZ12.3810.9120.19-
YUV95143.8132.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=32.80%
G=27.65%
B=39.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102861230.170.3000.52265.9517.740.98
Hex66567B111E03410a1229
Octal14612617321360644122251
Binary1100110101011011110111000111110011010010000101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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