#665B83

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

Shades of Kimberly #665B83

Tints of Kimberly #665B83

Color information

#665B83 (or 0x665B83) is unknown color: approx Kimberly. HEX triplet: 66, 5B and 83. RGB value is (102,91,131). Sum of RGB (Red+Green+Blue) = 102+91+131=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #665B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B83 is #99A47C. Grayscale: #626262. Windows color (decimal): -10069117 or 8608614. OLE color: 8608614.

HSL color Cylindrical-coordinate representation of color #665B83: hue angle of 256.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #665B83 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10291131-
CMYK0.220.3100.49
HSL256.5º18.02%43.53%-
HSV(B)256.5º30.53%51.37%-
XYZ13.3211.9523.08-
YUV98.85146.14130.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=31.48%
G=28.09%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102911310.220.3100.49256.518.0243.53
Hex665B83161F031100122c
Octal14613320326370614002254
Binary11001101011011100000111011011111011000110000000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,91,131); }

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

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

 a { background-color: rgb(102,91,131); }

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

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

 span { border-color: rgb(102,91,131); }

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