Html Css Color HEX #586889 Kashmir Blue

📋 copy color: '#586889'

red 88 ◦ green 104 ◦ blue 137

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

Shades of Kashmir Blue #586889

Tints of Kashmir Blue #586889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 26.75%
G = 31.61%
B = 41.64%

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

#586889 (or 0x586889) is known color: Kashmir Blue. HEX triplet: 58, 68 and 89. RGB value is (88,104,137). Sum of RGB (Red+Green+Blue) = 88+104+137=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #586889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586889 is #A79776. Grayscale: #666666. Windows color (decimal): -10983287 or 9005144. OLE color: 9005144.

HSL color Cylindrical-coordinate representation of color #586889: hue angle of 220.41º 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 #586889 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 104 137 -
CMYK 0.36 0.24 0 0.46
HSL 220.41º 0.22% 0.44% -
HSV(B) 220.41º 0.36% 0.54% -
XYZ 13.49 13.78 25.62 -
YUV 102.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 88 104 137 0.36 0.24 0 0.46 220.41 0.22 0.44
Hex 58 68 89 24 18 0 2E DC 16 2C
Octal 130 150 211 44 30 0 56 334 26 54
Binary 1011000 1101000 10001001 100100 11000 0 101110 11011100 10110 101100

Color Harmonies of #586889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586889

Black with #586889

Text Example


Text Example

White with #586889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586889; }

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

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

background-color css

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

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

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

border-color css

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

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

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