Html Css Color HEX #59667E Kashmir Blue

📋 copy color: '#59667E'

red 89 ◦ green 102 ◦ blue 126

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

Shades of Kashmir Blue #59667E

Tints of Kashmir Blue #59667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 126 (49.61% from 255) = 39.75%

R = 28.08%
G = 32.18%
B = 39.75%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59667E (or 0x59667E) is known color: Kashmir Blue. HEX triplet: 59, 66 and 7E. RGB value is (89,102,126). Sum of RGB (Red+Green+Blue) = 89+102+126=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #59667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59667E is #A69981. Grayscale: #646464. Windows color (decimal): -10918274 or 8283737. OLE color: 8283737.

HSL color Cylindrical-coordinate representation of color #59667E: hue angle of 218.92º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59667E is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 102 126 -
CMYK 0.29 0.19 0 0.51
HSL 218.92º 0.17% 0.42% -
HSV(B) 218.92º 0.29% 0.49% -
XYZ 12.64 13.13 21.61 -
YUV 100.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 89 102 126 0.29 0.19 0 0.51 218.92 0.17 0.42
Hex 59 66 7E 1D 13 0 33 DB 11 2A
Octal 131 146 176 35 23 0 63 333 21 52
Binary 1011001 1100110 1111110 11101 10011 0 110011 11011011 10001 101010

Color Harmonies of #59667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59667E

Black with #59667E

Text Example


Text Example

White with #59667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59667E; }

 p { color: rgb(89,102,126); }

 H1.HeaderClassName
 {
   color: #59667E;
 }
 .AnyTagClassName
 {
   color: #59667E;
 }
</style>

background-color css

<style>
 a { background-color: #59667E; }

 a { background-color: rgb(89,102,126); }

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

border-color css

<style>
 span { border-color: #59667E; }

 span { border-color: rgb(89,102,126); }

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