Html Css Color HEX #59667F Kashmir Blue

📋 copy color: '#59667F'

red 89 ◦ green 102 ◦ blue 127

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

Shades of Kashmir Blue #59667F

Tints of Kashmir Blue #59667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.94%

R = 27.99%
G = 32.08%
B = 39.94%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59667F (or 0x59667F) is known color: Kashmir Blue. HEX triplet: 59, 66 and 7F. RGB value is (89,102,127). Sum of RGB (Red+Green+Blue) = 89+102+127=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #59667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59667F is #A69980. Grayscale: #646464. Windows color (decimal): -10918273 or 8349273. OLE color: 8349273.

HSL color Cylindrical-coordinate representation of color #59667F: hue angle of 219.47º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59667F is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 102 127 -
CMYK 0.30 0.20 0 0.50
HSL 219.47º 0.18% 0.42% -
HSV(B) 219.47º 0.3% 0.5% -
XYZ 12.7 13.16 21.95 -
YUV 100.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 89 102 127 0.30 0.20 0 0.50 219.47 0.18 0.42
Hex 59 66 7F 1E 14 0 32 DB 12 2A
Octal 131 146 177 36 24 0 62 333 22 52
Binary 1011001 1100110 1111111 11110 10100 0 110010 11011011 10010 101010

Color Harmonies of #59667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59667F

Black with #59667F

Text Example


Text Example

White with #59667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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