Html Css Color HEX #586B88 Kashmir Blue

📋 copy color: '#586B88'

red 88 ◦ green 107 ◦ blue 136

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

Shades of Kashmir Blue #586B88

Tints of Kashmir Blue #586B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 26.59%
G = 32.33%
B = 41.09%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#586B88 (or 0x586B88) is known color: Kashmir Blue. HEX triplet: 58, 6B and 88. RGB value is (88,107,136). Sum of RGB (Red+Green+Blue) = 88+107+136=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #586B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B88 is #A79477. Grayscale: #686868. Windows color (decimal): -10982520 or 8940376. OLE color: 8940376.

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

Color convert

RGB 88 107 136 -
CMYK 0.35 0.21 0 0.47
HSL 216.25º 0.21% 0.44% -
HSV(B) 216.25º 0.35% 0.53% -
XYZ 13.73 14.37 25.34 -
YUV 104.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 88 107 136 0.35 0.21 0 0.47 216.25 0.21 0.44
Hex 58 6B 88 23 15 0 2F D8 15 2C
Octal 130 153 210 43 25 0 57 330 25 54
Binary 1011000 1101011 10001000 100011 10101 0 101111 11011000 10101 101100

Color Harmonies of #586B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B88

Black with #586B88

Text Example


Text Example

White with #586B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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