Html Css Color HEX #586881 Kashmir Blue

📋 copy color: '#586881'

red 88 ◦ green 104 ◦ blue 129

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

Shades of Kashmir Blue #586881

Tints of Kashmir Blue #586881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.19%

R = 27.41%
G = 32.4%
B = 40.19%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#586881 (or 0x586881) is known color: Kashmir Blue. HEX triplet: 58, 68 and 81. RGB value is (88,104,129). Sum of RGB (Red+Green+Blue) = 88+104+129=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #586881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586881 is #A7977E. Grayscale: #656565. Windows color (decimal): -10983295 or 8480856. OLE color: 8480856.

HSL color Cylindrical-coordinate representation of color #586881: hue angle of 216.59º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #586881 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 104 129 -
CMYK 0.32 0.19 0 0.49
HSL 216.59º 0.19% 0.43% -
HSV(B) 216.59º 0.32% 0.51% -
XYZ 12.94 13.56 22.7 -
YUV 102.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 88 104 129 0.32 0.19 0 0.49 216.59 0.19 0.43
Hex 58 68 81 20 13 0 31 D9 13 2B
Octal 130 150 201 40 23 0 61 331 23 53
Binary 1011000 1101000 10000001 100000 10011 0 110001 11011001 10011 101011

Color Harmonies of #586881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586881

Black with #586881

Text Example


Text Example

White with #586881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586881; }

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

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

background-color css

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

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

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

border-color css

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

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

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