Html Css Color HEX #586C87 Kashmir Blue

📋 copy color: '#586C87'

red 88 ◦ green 108 ◦ blue 135

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

Shades of Kashmir Blue #586C87

Tints of Kashmir Blue #586C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.79%

R = 26.59%
G = 32.63%
B = 40.79%

CMYK

 C value IS 0.35

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#586C87 (or 0x586C87) is known color: Kashmir Blue. HEX triplet: 58, 6C and 87. RGB value is (88,108,135). Sum of RGB (Red+Green+Blue) = 88+108+135=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #586C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C87 is #A79378. Grayscale: #686868. Windows color (decimal): -10982265 or 8875096. OLE color: 8875096.

HSL color Cylindrical-coordinate representation of color #586C87: hue angle of 214.47º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #586C87 is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 108 135 -
CMYK 0.35 0.2 0 0.47
HSL 214.47º 0.21% 0.44% -
HSV(B) 214.47º 0.35% 0.53% -
XYZ 13.76 14.55 25 -
YUV 105.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 88 108 135 0.35 0.2 0 0.47 214.47 0.21 0.44
Hex 58 6C 87 23 14 0 2F D6 15 2C
Octal 130 154 207 43 24 0 57 326 25 54
Binary 1011000 1101100 10000111 100011 10100 0 101111 11010110 10101 101100

Color Harmonies of #586C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586C87

Black with #586C87

Text Example


Text Example

White with #586C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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