Html Css Color HEX #586982 Kashmir Blue

📋 copy color: '#586982'

red 88 ◦ green 105 ◦ blue 130

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

Shades of Kashmir Blue #586982

Tints of Kashmir Blue #586982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 27.24%
G = 32.51%
B = 40.25%

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

#586982 (or 0x586982) is known color: Kashmir Blue. HEX triplet: 58, 69 and 82. RGB value is (88,105,130). Sum of RGB (Red+Green+Blue) = 88+105+130=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #586982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586982 is #A7967D. Grayscale: #666666. Windows color (decimal): -10983038 or 8546648. OLE color: 8546648.

HSL color Cylindrical-coordinate representation of color #586982: hue angle of 215.71º 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 #586982 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 105 130 -
CMYK 0.32 0.19 0 0.49
HSL 215.71º 0.19% 0.43% -
HSV(B) 215.71º 0.32% 0.51% -
XYZ 13.11 13.79 23.09 -
YUV 102.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 88 105 130 0.32 0.19 0 0.49 215.71 0.19 0.43
Hex 58 69 82 20 13 0 31 D8 13 2B
Octal 130 151 202 40 23 0 61 330 23 53
Binary 1011000 1101001 10000010 100000 10011 0 110001 11011000 10011 101011

Color Harmonies of #586982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586982

Black with #586982

Text Example


Text Example

White with #586982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586982; }

 p { color: rgb(88,105,130); }

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

background-color css

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

 a { background-color: rgb(88,105,130); }

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

border-color css

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

 span { border-color: rgb(88,105,130); }

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