Html Css Color HEX #586786 Kashmir Blue

📋 copy color: '#586786'

red 88 ◦ green 103 ◦ blue 134

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

Shades of Kashmir Blue #586786

Tints of Kashmir Blue #586786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 27.08%
G = 31.69%
B = 41.23%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#586786 (or 0x586786) is known color: Kashmir Blue. HEX triplet: 58, 67 and 86. RGB value is (88,103,134). Sum of RGB (Red+Green+Blue) = 88+103+134=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #586786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586786 is #A79879. Grayscale: #656565. Windows color (decimal): -10983546 or 8808280. OLE color: 8808280.

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

Color convert

RGB 88 103 134 -
CMYK 0.34 0.23 0 0.47
HSL 220.43º 0.21% 0.44% -
HSV(B) 220.43º 0.34% 0.53% -
XYZ 13.18 13.5 24.46 -
YUV 102.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 88 103 134 0.34 0.23 0 0.47 220.43 0.21 0.44
Hex 58 67 86 22 17 0 2F DC 15 2C
Octal 130 147 206 42 27 0 57 334 25 54
Binary 1011000 1100111 10000110 100010 10111 0 101111 11011100 10101 101100

Color Harmonies of #586786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586786

Black with #586786

Text Example


Text Example

White with #586786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586786; }

 p { color: rgb(88,103,134); }

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

background-color css

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

 a { background-color: rgb(88,103,134); }

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

border-color css

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

 span { border-color: rgb(88,103,134); }

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