Html Css Color HEX #586784 Kashmir Blue

📋 copy color: '#586784'

red 88 ◦ green 103 ◦ blue 132

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

Shades of Kashmir Blue #586784

Tints of Kashmir Blue #586784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.89%

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

R = 27.24%
G = 31.89%
B = 40.87%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586784 (or 0x586784) is known color: Kashmir Blue. HEX triplet: 58, 67 and 84. RGB value is (88,103,132). Sum of RGB (Red+Green+Blue) = 88+103+132=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #586784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586784 is #A7987B. Grayscale: #656565. Windows color (decimal): -10983548 or 8677208. OLE color: 8677208.

HSL color Cylindrical-coordinate representation of color #586784: hue angle of 219.55º 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 #586784 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 103 132 -
CMYK 0.33 0.22 0 0.48
HSL 219.55º 0.2% 0.43% -
HSV(B) 219.55º 0.33% 0.52% -
XYZ 13.04 13.44 23.74 -
YUV 101.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 88 103 132 0.33 0.22 0 0.48 219.55 0.2 0.43
Hex 58 67 84 21 16 0 30 DC 14 2B
Octal 130 147 204 41 26 0 60 334 24 53
Binary 1011000 1100111 10000100 100001 10110 0 110000 11011100 10100 101011

Color Harmonies of #586784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586784

Black with #586784

Text Example


Text Example

White with #586784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586784; }

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

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

background-color css

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

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

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

border-color css

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

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

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