Html Css Color HEX #586E89 Kashmir Blue

📋 copy color: '#586E89'

red 88 ◦ green 110 ◦ blue 137

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

Shades of Kashmir Blue #586E89

Tints of Kashmir Blue #586E89

RGB

 RED value IS 88 (34.77% from 255) = 26.27%

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 26.27%
G = 32.84%
B = 40.9%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#586E89 (or 0x586E89) is known color: Kashmir Blue. HEX triplet: 58, 6E and 89. RGB value is (88,110,137). Sum of RGB (Red+Green+Blue) = 88+110+137=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #586E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E89 is #A79176. Grayscale: #6A6A6A. Windows color (decimal): -10981751 or 9006680. OLE color: 9006680.

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

Color convert

RGB 88 110 137 -
CMYK 0.36 0.20 0 0.46
HSL 213.06º 0.22% 0.44% -
HSV(B) 213.06º 0.36% 0.54% -
XYZ 14.12 15.03 25.82 -
YUV 106.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 88 110 137 0.36 0.20 0 0.46 213.06 0.22 0.44
Hex 58 6E 89 24 14 0 2E D5 16 2C
Octal 130 156 211 44 24 0 56 325 26 54
Binary 1011000 1101110 10001001 100100 10100 0 101110 11010101 10110 101100

Color Harmonies of #586E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586E89

Black with #586E89

Text Example


Text Example

White with #586E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586E89; }

 p { color: rgb(88,110,137); }

 H1.HeaderClassName
 {
   color: #586E89;
 }
 .AnyTagClassName
 {
   color: #586E89;
 }
</style>

background-color css

<style>
 a { background-color: #586E89; }

 a { background-color: rgb(88,110,137); }

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

border-color css

<style>
 span { border-color: #586E89; }

 span { border-color: rgb(88,110,137); }

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