Html Css Color HEX #59768F Kashmir Blue

📋 copy color: '#59768F'

red 89 ◦ green 118 ◦ blue 143

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

Shades of Kashmir Blue #59768F

Tints of Kashmir Blue #59768F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 25.43%
G = 33.71%
B = 40.86%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59768F (or 0x59768F) is known color: Kashmir Blue. HEX triplet: 59, 76 and 8F. RGB value is (89,118,143). Sum of RGB (Red+Green+Blue) = 89+118+143=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 143 - color contains mainly: blue. Hex color #59768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59768F is #A68970. Grayscale: #707070. Windows color (decimal): -10914161 or 9401945. OLE color: 9401945.

HSL color Cylindrical-coordinate representation of color #59768F: hue angle of 207.78º 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 #59768F is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 118 143 -
CMYK 0.38 0.17 0 0.44
HSL 207.78º 0.23% 0.45% -
HSV(B) 207.78º 0.38% 0.56% -
XYZ 15.56 17.06 28.46 -
YUV 112.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 89 118 143 0.38 0.17 0 0.44 207.78 0.23 0.45
Hex 59 76 8F 26 11 0 2C D0 17 2D
Octal 131 166 217 46 21 0 54 320 27 55
Binary 1011001 1110110 10001111 100110 10001 0 101100 11010000 10111 101101

Color Harmonies of #59768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59768F

Black with #59768F

Text Example


Text Example

White with #59768F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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