Html Css Color HEX #586B8B Kashmir Blue

📋 copy color: '#586B8B'

red 88 ◦ green 107 ◦ blue 139

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

Shades of Kashmir Blue #586B8B

Tints of Kashmir Blue #586B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 26.35%
G = 32.04%
B = 41.62%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#586B8B (or 0x586B8B) is known color: Kashmir Blue. HEX triplet: 58, 6B and 8B. RGB value is (88,107,139). Sum of RGB (Red+Green+Blue) = 88+107+139=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #586B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B8B is #A79474. Grayscale: #686868. Windows color (decimal): -10982517 or 9136984. OLE color: 9136984.

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

Color convert

RGB 88 107 139 -
CMYK 0.37 0.23 0 0.45
HSL 217.65º 0.22% 0.45% -
HSV(B) 217.65º 0.37% 0.55% -
XYZ 13.94 14.45 26.48 -
YUV 104.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 88 107 139 0.37 0.23 0 0.45 217.65 0.22 0.45
Hex 58 6B 8B 25 17 0 2D DA 16 2D
Octal 130 153 213 45 27 0 55 332 26 55
Binary 1011000 1101011 10001011 100101 10111 0 101101 11011010 10110 101101

Color Harmonies of #586B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B8B

Black with #586B8B

Text Example


Text Example

White with #586B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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