Html Css Color HEX #586484 Kashmir Blue

📋 copy color: '#586484'

red 88 ◦ green 100 ◦ blue 132

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

Shades of Kashmir Blue #586484

Tints of Kashmir Blue #586484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

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

R = 27.5%
G = 31.25%
B = 41.25%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586484 (or 0x586484) is known color: Kashmir Blue. HEX triplet: 58, 64 and 84. RGB value is (88,100,132). Sum of RGB (Red+Green+Blue) = 88+100+132=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #586484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586484 is #A79B7B. Grayscale: #636363. Windows color (decimal): -10984316 or 8676440. OLE color: 8676440.

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

Color convert

RGB 88 100 132 -
CMYK 0.33 0.24 0 0.48
HSL 223.64º 0.2% 0.43% -
HSV(B) 223.64º 0.33% 0.52% -
XYZ 12.75 12.85 23.64 -
YUV 100.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 88 100 132 0.33 0.24 0 0.48 223.64 0.2 0.43
Hex 58 64 84 21 18 0 30 E0 14 2B
Octal 130 144 204 41 30 0 60 340 24 53
Binary 1011000 1100100 10000100 100001 11000 0 110000 11100000 10100 101011

Color Harmonies of #586484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586484

Black with #586484

Text Example


Text Example

White with #586484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586484; }

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

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

background-color css

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

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

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

border-color css

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

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

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