#665C87

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

Shades of Kimberly #665C87

Tints of Kimberly #665C87

Color information

#665C87 (or 0x665C87) is unknown color: approx Kimberly. HEX triplet: 66, 5C and 87. RGB value is (102,92,135). Sum of RGB (Red+Green+Blue) = 102+92+135=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #665C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665C87 is #99A378. Grayscale: #636363. Windows color (decimal): -10068857 or 8871014. OLE color: 8871014.

HSL color Cylindrical-coordinate representation of color #665C87: hue angle of 253.95º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #665C87 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10292135-
CMYK0.240.3200.47
HSL253.95º18.94%44.51%-
HSV(B)253.95º31.85%52.94%-
XYZ13.6812.2324.56-
YUV99.89147.81129.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 135 (53.12% from 255) = 41.03%
R=31.00%
G=27.96%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102921350.240.3200.47253.9518.9444.51
Hex665C87182002Ffe132d
Octal14613420730400573762355
Binary11001101011100100001111100010000001011111111111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,92,135); }

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

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

 a { background-color: rgb(102,92,135); }

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

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

 span { border-color: rgb(102,92,135); }

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