Html Css Color HEX #586D85 Kashmir Blue

📋 copy color: '#586D85'

red 88 ◦ green 109 ◦ blue 133

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

Shades of Kashmir Blue #586D85

Tints of Kashmir Blue #586D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 26.67%
G = 33.03%
B = 40.3%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586D85 (or 0x586D85) is known color: Kashmir Blue. HEX triplet: 58, 6D and 85. RGB value is (88,109,133). Sum of RGB (Red+Green+Blue) = 88+109+133=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #586D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586D85 is #A7927A. Grayscale: #696969. Windows color (decimal): -10982011 or 8744280. OLE color: 8744280.

HSL color Cylindrical-coordinate representation of color #586D85: hue angle of 212º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586D85 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 109 133 -
CMYK 0.34 0.18 0 0.48
HSL 212º 0.2% 0.43% -
HSV(B) 212º 0.34% 0.52% -
XYZ 13.73 14.71 24.31 -
YUV 105.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 88 109 133 0.34 0.18 0 0.48 212 0.2 0.43
Hex 58 6D 85 22 12 0 30 D4 14 2B
Octal 130 155 205 42 22 0 60 324 24 53
Binary 1011000 1101101 10000101 100010 10010 0 110000 11010100 10100 101011

Color Harmonies of #586D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586D85

Black with #586D85

Text Example


Text Example

White with #586D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,109,133); }

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

background-color css

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

 a { background-color: rgb(88,109,133); }

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

border-color css

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

 span { border-color: rgb(88,109,133); }

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