Html Css Color HEX #59708C Kashmir Blue

📋 copy color: '#59708C'

red 89 ◦ green 112 ◦ blue 140

#59708C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #59708C

Tints of Kashmir Blue #59708C

RGB

 RED value IS 89 (35.16% from 255) = 26.1%

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 26.1%
G = 32.84%
B = 41.06%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59708C (or 0x59708C) is known color: Kashmir Blue. HEX triplet: 59, 70 and 8C. RGB value is (89,112,140). Sum of RGB (Red+Green+Blue) = 89+112+140=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #59708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59708C is #A68F73. Grayscale: #6C6C6C. Windows color (decimal): -10915700 or 9203801. OLE color: 9203801.

HSL color Cylindrical-coordinate representation of color #59708C: hue angle of 212.94º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59708C is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 112 140 -
CMYK 0.36 0.20 0 0.45
HSL 212.94º 0.22% 0.45% -
HSV(B) 212.94º 0.36% 0.55% -
XYZ 14.65 15.61 27.05 -
YUV 108.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 89 112 140 0.36 0.20 0 0.45 212.94 0.22 0.45
Hex 59 70 8C 24 14 0 2D D5 16 2D
Octal 131 160 214 44 24 0 55 325 26 55
Binary 1011001 1110000 10001100 100100 10100 0 101101 11010101 10110 101101

Color Harmonies of #59708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59708C

Black with #59708C

Text Example


Text Example

White with #59708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59708C; }

 p { color: rgb(89,112,140); }

 H1.HeaderClassName
 {
   color: #59708C;
 }
 .AnyTagClassName
 {
   color: #59708C;
 }
</style>

background-color css

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

 a { background-color: rgb(89,112,140); }

 div.DivClassName
 {
   background-color: #59708C;
 }
 .BgClassName
 {
   background-color: #59708C;
 }
</style>

border-color css

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

 span { border-color: rgb(89,112,140); }

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