Html Css Color HEX #59768C Kashmir Blue

📋 copy color: '#59768C'

red 89 ◦ green 118 ◦ blue 140

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

Shades of Kashmir Blue #59768C

Tints of Kashmir Blue #59768C

RGB

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

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

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

R = 25.65%
G = 34.01%
B = 40.35%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59768C (or 0x59768C) is known color: Kashmir Blue. HEX triplet: 59, 76 and 8C. RGB value is (89,118,140). Sum of RGB (Red+Green+Blue) = 89+118+140=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #59768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59768C is #A68973. Grayscale: #6F6F6F. Windows color (decimal): -10914164 or 9205337. OLE color: 9205337.

HSL color Cylindrical-coordinate representation of color #59768C: hue angle of 205.88º 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 #59768C is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 118 140 -
CMYK 0.36 0.16 0 0.45
HSL 205.88º 0.22% 0.45% -
HSV(B) 205.88º 0.36% 0.55% -
XYZ 15.33 16.97 27.28 -
YUV 111.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 89 118 140 0.36 0.16 0 0.45 205.88 0.22 0.45
Hex 59 76 8C 24 10 0 2D CE 16 2D
Octal 131 166 214 44 20 0 55 316 26 55
Binary 1011001 1110110 10001100 100100 10000 0 101101 11001110 10110 101101

Color Harmonies of #59768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59768C

Black with #59768C

Text Example


Text Example

White with #59768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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