#665782

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

Shades of Kimberly #665782

Tints of Kimberly #665782

Color information

#665782 (or 0x665782) is unknown color: approx Kimberly. HEX triplet: 66, 57 and 82. RGB value is (102,87,130). Sum of RGB (Red+Green+Blue) = 102+87+130=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #665782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665782 is #99A87D. Grayscale: #606060. Windows color (decimal): -10070142 or 8542054. OLE color: 8542054.

HSL color Cylindrical-coordinate representation of color #665782: hue angle of 260.93º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665782 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10287130-
CMYK0.220.3300.49
HSL260.93º19.82%42.55%-
HSV(B)260.93º33.08%50.98%-
XYZ12.9211.2522.61-
YUV96.39146.97132-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=31.97%
G=27.27%
B=40.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102871300.220.3300.49260.9319.8242.55
Hex6657821621031105142b
Octal14612720226410614052453
Binary110011010101111000001010110100001011000110000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665782; }

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

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

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

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

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

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

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

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