Html Css Color HEX #586384 Kashmir Blue

📋 copy color: '#586384'

red 88 ◦ green 99 ◦ blue 132

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

Shades of Kashmir Blue #586384

Tints of Kashmir Blue #586384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.03%

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

R = 27.59%
G = 31.03%
B = 41.38%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586384 (or 0x586384) is known color: Kashmir Blue. HEX triplet: 58, 63 and 84. RGB value is (88,99,132). Sum of RGB (Red+Green+Blue) = 88+99+132=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #586384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586384 is #A79C7B. Grayscale: #636363. Windows color (decimal): -10984572 or 8676184. OLE color: 8676184.

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

Color convert

RGB 88 99 132 -
CMYK 0.33 0.25 0 0.48
HSL 225º 0.2% 0.43% -
HSV(B) 225º 0.33% 0.52% -
XYZ 12.65 12.66 23.61 -
YUV 99.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 88 99 132 0.33 0.25 0 0.48 225 0.2 0.43
Hex 58 63 84 21 19 0 30 E1 14 2B
Octal 130 143 204 41 31 0 60 341 24 53
Binary 1011000 1100011 10000100 100001 11001 0 110000 11100001 10100 101011

Color Harmonies of #586384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586384

Black with #586384

Text Example


Text Example

White with #586384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586384; }

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

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

background-color css

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

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

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

border-color css

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

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

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