Html Css Color HEX #586385 Kashmir Blue

📋 copy color: '#586385'

red 88 ◦ green 99 ◦ blue 133

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

Shades of Kashmir Blue #586385

Tints of Kashmir Blue #586385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 27.5%
G = 30.94%
B = 41.56%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586385 (or 0x586385) is known color: Kashmir Blue. HEX triplet: 58, 63 and 85. RGB value is (88,99,133). Sum of RGB (Red+Green+Blue) = 88+99+133=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #586385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586385 is #A79C7A. Grayscale: #636363. Windows color (decimal): -10984571 or 8741720. OLE color: 8741720.

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

Color convert

RGB 88 99 133 -
CMYK 0.34 0.26 0 0.48
HSL 225.33º 0.2% 0.43% -
HSV(B) 225.33º 0.34% 0.52% -
XYZ 12.72 12.69 23.97 -
YUV 99.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 88 99 133 0.34 0.26 0 0.48 225.33 0.2 0.43
Hex 58 63 85 22 1A 0 30 E1 14 2B
Octal 130 143 205 42 32 0 60 341 24 53
Binary 1011000 1100011 10000101 100010 11010 0 110000 11100001 10100 101011

Color Harmonies of #586385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586385

Black with #586385

Text Example


Text Example

White with #586385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586385; }

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

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

background-color css

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

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

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

border-color css

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

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

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