Html Css Color HEX #586B85 Kashmir Blue

📋 copy color: '#586B85'

red 88 ◦ green 107 ◦ blue 133

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

Shades of Kashmir Blue #586B85

Tints of Kashmir Blue #586B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.62%

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

R = 26.83%
G = 32.62%
B = 40.55%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586B85 (or 0x586B85) is known color: Kashmir Blue. HEX triplet: 58, 6B and 85. RGB value is (88,107,133). Sum of RGB (Red+Green+Blue) = 88+107+133=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #586B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B85 is #A7947A. Grayscale: #686868. Windows color (decimal): -10982523 or 8743768. OLE color: 8743768.

HSL color Cylindrical-coordinate representation of color #586B85: hue angle of 214.67º 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 #586B85 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 107 133 -
CMYK 0.34 0.20 0 0.48
HSL 214.67º 0.2% 0.43% -
HSV(B) 214.67º 0.34% 0.52% -
XYZ 13.52 14.28 24.23 -
YUV 104.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 88 107 133 0.34 0.20 0 0.48 214.67 0.2 0.43
Hex 58 6B 85 22 14 0 30 D7 14 2B
Octal 130 153 205 42 24 0 60 327 24 53
Binary 1011000 1101011 10000101 100010 10100 0 110000 11010111 10100 101011

Color Harmonies of #586B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B85

Black with #586B85

Text Example


Text Example

White with #586B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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