Html Css Color HEX #59698A Kashmir Blue

📋 copy color: '#59698A'

red 89 ◦ green 105 ◦ blue 138

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

Shades of Kashmir Blue #59698A

Tints of Kashmir Blue #59698A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 26.81%
G = 31.63%
B = 41.57%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#59698A (or 0x59698A) is known color: Kashmir Blue. HEX triplet: 59, 69 and 8A. RGB value is (89,105,138). Sum of RGB (Red+Green+Blue) = 89+105+138=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #59698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59698A is #A69675. Grayscale: #676767. Windows color (decimal): -10917494 or 9070937. OLE color: 9070937.

HSL color Cylindrical-coordinate representation of color #59698A: hue angle of 220.41º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59698A is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 105 138 -
CMYK 0.36 0.24 0 0.46
HSL 220.41º 0.22% 0.45% -
HSV(B) 220.41º 0.36% 0.54% -
XYZ 13.76 14.06 26.03 -
YUV 103.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 89 105 138 0.36 0.24 0 0.46 220.41 0.22 0.45
Hex 59 69 8A 24 18 0 2E DC 16 2D
Octal 131 151 212 44 30 0 56 334 26 55
Binary 1011001 1101001 10001010 100100 11000 0 101110 11011100 10110 101101

Color Harmonies of #59698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59698A

Black with #59698A

Text Example


Text Example

White with #59698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59698A; }

 p { color: rgb(89,105,138); }

 H1.HeaderClassName
 {
   color: #59698A;
 }
 .AnyTagClassName
 {
   color: #59698A;
 }
</style>

background-color css

<style>
 a { background-color: #59698A; }

 a { background-color: rgb(89,105,138); }

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

border-color css

<style>
 span { border-color: #59698A; }

 span { border-color: rgb(89,105,138); }

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