#665879

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

Shades of Kimberly #665879

Tints of Kimberly #665879

Color information

#665879 (or 0x665879) is unknown color: approx Kimberly. HEX triplet: 66, 58 and 79. RGB value is (102,88,121). Sum of RGB (Red+Green+Blue) = 102+88+121=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #665879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665879 is #99A786. Grayscale: #5F5F5F. Windows color (decimal): -10069895 or 7952486. OLE color: 7952486.

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

Color convert

RGB10288121-
CMYK0.160.2700.53
HSL265.45º15.79%40.98%-
HSV(B)265.45º27.27%47.45%-
XYZ12.4211.1819.59-
YUV95.95142.14132.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=32.80%
G=28.30%
B=38.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102881210.160.2700.53265.4515.7940.98
Hex665879101B0351091029
Octal14613017120330654112051
Binary1100110101100011110011000011011011010110000100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665879; }

 p { color: rgb(102,88,121); }

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

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

 a { background-color: rgb(102,88,121); }

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

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

 span { border-color: rgb(102,88,121); }

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