Html Css Color HEX #586A8D Kashmir Blue

📋 copy color: '#586A8D'

red 88 ◦ green 106 ◦ blue 141

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

Shades of Kashmir Blue #586A8D

Tints of Kashmir Blue #586A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 26.27%
G = 31.64%
B = 42.09%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#586A8D (or 0x586A8D) is known color: Kashmir Blue. HEX triplet: 58, 6A and 8D. RGB value is (88,106,141). Sum of RGB (Red+Green+Blue) = 88+106+141=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #586A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A8D is #A79572. Grayscale: #686868. Windows color (decimal): -10982771 or 9267800. OLE color: 9267800.

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

Color convert

RGB 88 106 141 -
CMYK 0.38 0.25 0 0.45
HSL 219.62º 0.23% 0.45% -
HSV(B) 219.62º 0.38% 0.55% -
XYZ 13.99 14.31 27.22 -
YUV 104.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 88 106 141 0.38 0.25 0 0.45 219.62 0.23 0.45
Hex 58 6A 8D 26 19 0 2D DC 17 2D
Octal 130 152 215 46 31 0 55 334 27 55
Binary 1011000 1101010 10001101 100110 11001 0 101101 11011100 10111 101101

Color Harmonies of #586A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A8D

Black with #586A8D

Text Example


Text Example

White with #586A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,106,141); }

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

background-color css

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

 a { background-color: rgb(88,106,141); }

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

border-color css

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

 span { border-color: rgb(88,106,141); }

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