Html Css Color HEX #59768D Kashmir Blue

📋 copy color: '#59768D'

red 89 ◦ green 118 ◦ blue 141

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

Shades of Kashmir Blue #59768D

Tints of Kashmir Blue #59768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 25.57%
G = 33.91%
B = 40.52%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59768D (or 0x59768D) is known color: Kashmir Blue. HEX triplet: 59, 76 and 8D. RGB value is (89,118,141). Sum of RGB (Red+Green+Blue) = 89+118+141=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #59768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59768D is #A68972. Grayscale: #6F6F6F. Windows color (decimal): -10914163 or 9270873. OLE color: 9270873.

HSL color Cylindrical-coordinate representation of color #59768D: hue angle of 206.54º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59768D is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 118 141 -
CMYK 0.37 0.16 0 0.45
HSL 206.54º 0.23% 0.45% -
HSV(B) 206.54º 0.37% 0.55% -
XYZ 15.41 17 27.67 -
YUV 111.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 89 118 141 0.37 0.16 0 0.45 206.54 0.23 0.45
Hex 59 76 8D 25 10 0 2D CF 17 2D
Octal 131 166 215 45 20 0 55 317 27 55
Binary 1011001 1110110 10001101 100101 10000 0 101101 11001111 10111 101101

Color Harmonies of #59768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59768D

Black with #59768D

Text Example


Text Example

White with #59768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59768D; }

 p { color: rgb(89,118,141); }

 H1.HeaderClassName
 {
   color: #59768D;
 }
 .AnyTagClassName
 {
   color: #59768D;
 }
</style>

background-color css

<style>
 a { background-color: #59768D; }

 a { background-color: rgb(89,118,141); }

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

border-color css

<style>
 span { border-color: #59768D; }

 span { border-color: rgb(89,118,141); }

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