#665985

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

Shades of Kimberly #665985

Tints of Kimberly #665985

Color information

#665985 (or 0x665985) is unknown color: approx Kimberly. HEX triplet: 66, 59 and 85. RGB value is (102,89,133). Sum of RGB (Red+Green+Blue) = 102+89+133=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #665985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665985 is #99A67A. Grayscale: #616161. Windows color (decimal): -10069627 or 8739174. OLE color: 8739174.

HSL color Cylindrical-coordinate representation of color #665985: hue angle of 257.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665985 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10289133-
CMYK0.230.3300.48
HSL257.73º19.82%43.53%-
HSV(B)257.73º33.08%52.16%-
XYZ13.2911.6623.74-
YUV97.9147.81130.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=31.48%
G=27.47%
B=41.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102891330.230.3300.48257.7319.8243.53
Hex6659851721030102142c
Octal14613120527410604022454
Binary110011010110011000010110111100001011000010000001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665985; }

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

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

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

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

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

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

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

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