#59657B

Color #59657B Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #59657B

Tints of Kashmir Blue #59657B

Color information

#59657B (or 0x59657B) is unknown color: approx Kashmir Blue. HEX triplet: 59, 65 and 7B. RGB value is (89,101,123). Sum of RGB (Red+Green+Blue) = 89+101+123=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #59657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59657B is #A69A84. Grayscale: #636363. Windows color (decimal): -10918533 or 8086873. OLE color: 8086873.

HSL color Cylindrical-coordinate representation of color #59657B: hue angle of 218.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59657B is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89101123-
CMYK0.280.1800.52
HSL218.82º16.04%41.57%-
HSV(B)218.82º27.64%48.24%-
XYZ12.3512.8620.57-
YUV99.92141.02120.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=28.43%
G=32.27%
B=39.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891011230.280.1800.52218.8216.0441.57
Hex59657B1C12034db102a
Octal13114517334220643332052
Binary101100111001011111011111001001001101001101101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59657B; }

 p { color: rgb(89,101,123); }

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

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

 a { background-color: rgb(89,101,123); }

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

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

 span { border-color: rgb(89,101,123); }

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