#59667B

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

Shades of Kashmir Blue #59667B

Tints of Kashmir Blue #59667B

Color information

#59667B (or 0x59667B) is unknown color: approx Kashmir Blue. HEX triplet: 59, 66 and 7B. RGB value is (89,102,123). Sum of RGB (Red+Green+Blue) = 89+102+123=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #59667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59667B is #A69984. Grayscale: #646464. Windows color (decimal): -10918277 or 8087129. OLE color: 8087129.

HSL color Cylindrical-coordinate representation of color #59667B: hue angle of 217.06º 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 #59667B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89102123-
CMYK0.280.1700.52
HSL217.06º16.04%41.57%-
HSV(B)217.06º27.64%48.24%-
XYZ12.4513.0620.6-
YUV100.51140.69119.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=28.34%
G=32.48%
B=39.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891021230.280.1700.52217.0616.0441.57
Hex59667B1C11034d9102a
Octal13114617334210643312052
Binary101100111001101111011111001000101101001101100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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