Html Css Color HEX #586684 Kashmir Blue

📋 copy color: '#586684'

red 88 ◦ green 102 ◦ blue 132

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

Shades of Kashmir Blue #586684

Tints of Kashmir Blue #586684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 27.33%
G = 31.68%
B = 40.99%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586684 (or 0x586684) is known color: Kashmir Blue. HEX triplet: 58, 66 and 84. RGB value is (88,102,132). Sum of RGB (Red+Green+Blue) = 88+102+132=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #586684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586684 is #A7997B. Grayscale: #656565. Windows color (decimal): -10983804 or 8676952. OLE color: 8676952.

HSL color Cylindrical-coordinate representation of color #586684: hue angle of 220.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #586684 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 102 132 -
CMYK 0.33 0.23 0 0.48
HSL 220.91º 0.2% 0.43% -
HSV(B) 220.91º 0.33% 0.52% -
XYZ 12.94 13.24 23.7 -
YUV 101.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 88 102 132 0.33 0.23 0 0.48 220.91 0.2 0.43
Hex 58 66 84 21 17 0 30 DD 14 2B
Octal 130 146 204 41 27 0 60 335 24 53
Binary 1011000 1100110 10000100 100001 10111 0 110000 11011101 10100 101011

Color Harmonies of #586684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586684

Black with #586684

Text Example


Text Example

White with #586684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586684; }

 p { color: rgb(88,102,132); }

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

background-color css

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

 a { background-color: rgb(88,102,132); }

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

border-color css

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

 span { border-color: rgb(88,102,132); }

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