Html Css Color HEX #586587 Kashmir Blue

📋 copy color: '#586587'

red 88 ◦ green 101 ◦ blue 135

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

Shades of Kashmir Blue #586587

Tints of Kashmir Blue #586587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 27.16%
G = 31.17%
B = 41.67%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#586587 (or 0x586587) is known color: Kashmir Blue. HEX triplet: 58, 65 and 87. RGB value is (88,101,135). Sum of RGB (Red+Green+Blue) = 88+101+135=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #586587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586587 is #A79A78. Grayscale: #646464. Windows color (decimal): -10984057 or 8873304. OLE color: 8873304.

HSL color Cylindrical-coordinate representation of color #586587: hue angle of 223.4º 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 #586587 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 101 135 -
CMYK 0.35 0.25 0 0.47
HSL 223.4º 0.21% 0.44% -
HSV(B) 223.4º 0.35% 0.53% -
XYZ 13.05 13.13 24.77 -
YUV 100.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 88 101 135 0.35 0.25 0 0.47 223.4 0.21 0.44
Hex 58 65 87 23 19 0 2F DF 15 2C
Octal 130 145 207 43 31 0 57 337 25 54
Binary 1011000 1100101 10000111 100011 11001 0 101111 11011111 10101 101100

Color Harmonies of #586587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586587

Black with #586587

Text Example


Text Example

White with #586587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586587; }

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

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

background-color css

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

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

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

border-color css

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

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

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