Html Css Color HEX #586C8D Kashmir Blue

📋 copy color: '#586C8D'

red 88 ◦ green 108 ◦ blue 141

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

Shades of Kashmir Blue #586C8D

Tints of Kashmir Blue #586C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

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

R = 26.11%
G = 32.05%
B = 41.84%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#586C8D (or 0x586C8D) is known color: Kashmir Blue. HEX triplet: 58, 6C and 8D. RGB value is (88,108,141). Sum of RGB (Red+Green+Blue) = 88+108+141=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #586C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C8D is #A79372. Grayscale: #696969. Windows color (decimal): -10982259 or 9268312. OLE color: 9268312.

HSL color Cylindrical-coordinate representation of color #586C8D: hue angle of 217.36º 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 #586C8D is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 108 141 -
CMYK 0.38 0.23 0 0.45
HSL 217.36º 0.23% 0.45% -
HSV(B) 217.36º 0.38% 0.55% -
XYZ 14.19 14.72 27.29 -
YUV 105.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 88 108 141 0.38 0.23 0 0.45 217.36 0.23 0.45
Hex 58 6C 8D 26 17 0 2D D9 17 2D
Octal 130 154 215 46 27 0 55 331 27 55
Binary 1011000 1101100 10001101 100110 10111 0 101101 11011001 10111 101101

Color Harmonies of #586C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586C8D

Black with #586C8D

Text Example


Text Example

White with #586C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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