Html Css Color HEX #59667B Kashmir Blue

📋 copy color: '#59667B'

red 89 ◦ green 102 ◦ blue 123

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

Shades of Kashmir Blue #59667B

Tints of Kashmir Blue #59667B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 28.34%
G = 32.48%
B = 39.17%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59667B (or 0x59667B) is known color: Kashmir Blue. HEX triplet: 59, 66 and 7B. RGB value is (89,102,123). Sum of RGB (Red+Green+Blue) = 89+102+123=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #59667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59667B is #A69984. Grayscale: #646464. Windows color (decimal): -10918277 or 8087129. OLE color: 8087129.

HSL color Cylindrical-coordinate representation of color #59667B: hue angle of 217.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59667B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 102 123 -
CMYK 0.28 0.17 0 0.52
HSL 217.06º 0.16% 0.42% -
HSV(B) 217.06º 0.28% 0.48% -
XYZ 12.45 13.06 20.6 -
YUV 100.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 89 102 123 0.28 0.17 0 0.52 217.06 0.16 0.42
Hex 59 66 7B 1C 11 0 34 D9 10 2A
Octal 131 146 173 34 21 0 64 331 20 52
Binary 1011001 1100110 1111011 11100 10001 0 110100 11011001 10000 101010

Color Harmonies of #59667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59667B

Black with #59667B

Text Example


Text Example

White with #59667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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