Html Css Color HEX #586F8D Kashmir Blue

📋 copy color: '#586F8D'

red 88 ◦ green 111 ◦ blue 141

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

Shades of Kashmir Blue #586F8D

Tints of Kashmir Blue #586F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 25.88%
G = 32.65%
B = 41.47%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#586F8D (or 0x586F8D) is known color: Kashmir Blue. HEX triplet: 58, 6F and 8D. RGB value is (88,111,141). Sum of RGB (Red+Green+Blue) = 88+111+141=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #586F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F8D is #A79072. Grayscale: #6B6B6B. Windows color (decimal): -10981491 or 9269080. OLE color: 9269080.

HSL color Cylindrical-coordinate representation of color #586F8D: hue angle of 213.96º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #586F8D is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 111 141 -
CMYK 0.38 0.21 0 0.45
HSL 213.96º 0.23% 0.45% -
HSV(B) 213.96º 0.38% 0.55% -
XYZ 14.52 15.37 27.4 -
YUV 107.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 88 111 141 0.38 0.21 0 0.45 213.96 0.23 0.45
Hex 58 6F 8D 26 15 0 2D D6 17 2D
Octal 130 157 215 46 25 0 55 326 27 55
Binary 1011000 1101111 10001101 100110 10101 0 101101 11010110 10111 101101

Color Harmonies of #586F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F8D

Black with #586F8D

Text Example


Text Example

White with #586F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,111,141); }

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

background-color css

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

 a { background-color: rgb(88,111,141); }

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

border-color css

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

 span { border-color: rgb(88,111,141); }

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