Html Css Color HEX #586B8E Kashmir Blue

📋 copy color: '#586B8E'

red 88 ◦ green 107 ◦ blue 142

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

Shades of Kashmir Blue #586B8E

Tints of Kashmir Blue #586B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 26.11%
G = 31.75%
B = 42.14%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#586B8E (or 0x586B8E) is known color: Kashmir Blue. HEX triplet: 58, 6B and 8E. RGB value is (88,107,142). Sum of RGB (Red+Green+Blue) = 88+107+142=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #586B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B8E is #A79471. Grayscale: #696969. Windows color (decimal): -10982514 or 9333592. OLE color: 9333592.

HSL color Cylindrical-coordinate representation of color #586B8E: hue angle of 218.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #586B8E is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 107 142 -
CMYK 0.38 0.25 0 0.44
HSL 218.89º 0.23% 0.45% -
HSV(B) 218.89º 0.38% 0.56% -
XYZ 14.16 14.54 27.65 -
YUV 105.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 88 107 142 0.38 0.25 0 0.44 218.89 0.23 0.45
Hex 58 6B 8E 26 19 0 2C DB 17 2D
Octal 130 153 216 46 31 0 54 333 27 55
Binary 1011000 1101011 10001110 100110 11001 0 101100 11011011 10111 101101

Color Harmonies of #586B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B8E

Black with #586B8E

Text Example


Text Example

White with #586B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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