#59778F

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

Shades of Kashmir Blue #59778F

Tints of Kashmir Blue #59778F

Color information

#59778F (or 0x59778F) is unknown color: approx Kashmir Blue. HEX triplet: 59, 77 and 8F. RGB value is (89,119,143). Sum of RGB (Red+Green+Blue) = 89+119+143=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #59778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59778F is #A68870. Grayscale: #707070. Windows color (decimal): -10913905 or 9402201. OLE color: 9402201.

HSL color Cylindrical-coordinate representation of color #59778F: hue angle of 206.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59778F is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89119143-
CMYK0.380.1700.44
HSL206.67º23.28%45.49%-
HSV(B)206.67º37.76%56.08%-
XYZ15.6717.328.5-
YUV112.77145.06111.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 143 (56.25% from 255) = 40.74%
R=25.36%
G=33.90%
B=40.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891191430.380.1700.44206.6723.2845.49
Hex59778F261102Ccf172d
Octal13116721746210543172755
Binary10110011110111100011111001101000101011001100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59778F; }

 p { color: rgb(89,119,143); }

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

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

 a { background-color: rgb(89,119,143); }

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

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

 span { border-color: rgb(89,119,143); }

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