#665D82

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

Shades of Kimberly #665D82

Tints of Kimberly #665D82

Color information

#665D82 (or 0x665D82) is unknown color: approx Kimberly. HEX triplet: 66, 5D and 82. RGB value is (102,93,130). Sum of RGB (Red+Green+Blue) = 102+93+130=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #665D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665D82 is #99A27D. Grayscale: #636363. Windows color (decimal): -10068606 or 8543590. OLE color: 8543590.

HSL color Cylindrical-coordinate representation of color #665D82: hue angle of 254.59º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665D82 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10293130-
CMYK0.220.2800.49
HSL254.59º16.59%43.73%-
HSV(B)254.59º28.46%50.98%-
XYZ13.4212.2722.78-
YUV99.91144.98129.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 130 (51.17% from 255) = 40%
R=31.38%
G=28.62%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102931300.220.2800.49254.5916.5943.73
Hex665D82161C031ff112c
Octal14613520226340613772154
Binary1100110101110110000010101101110001100011111111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665D82; }

 p { color: rgb(102,93,130); }

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

<style>
 a { background-color: #665D82; }

 a { background-color: rgb(102,93,130); }

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

<style>
 span { border-color: #665D82; }

 span { border-color: rgb(102,93,130); }

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