#665988

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

Shades of Kimberly #665988

Tints of Kimberly #665988

Color information

#665988 (or 0x665988) is unknown color: approx Kimberly. HEX triplet: 66, 59 and 88. RGB value is (102,89,136). Sum of RGB (Red+Green+Blue) = 102+89+136=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #665988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665988 is #99A677. Grayscale: #626262. Windows color (decimal): -10069624 or 8935782. OLE color: 8935782.

HSL color Cylindrical-coordinate representation of color #665988: hue angle of 256.6º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665988 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10289136-
CMYK0.250.3500.47
HSL256.6º20.89%44.12%-
HSV(B)256.6º34.56%53.33%-
XYZ13.511.7524.85-
YUV98.24149.31130.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=31.19%
G=27.22%
B=41.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102891360.250.3500.47256.620.8944.12
Hex665988192302F101152c
Octal14613121031430574012554
Binary110011010110011000100011001100011010111110000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665988; }

 p { color: rgb(102,89,136); }

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

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

 a { background-color: rgb(102,89,136); }

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

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

 span { border-color: rgb(102,89,136); }

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