#586385

Color #586385 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #586385

Tints of Kashmir Blue #586385

Color information

#586385 (or 0x586385) is unknown color: approx 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

RGB8899133-
CMYK0.340.2600.48
HSL225.33º20.36%43.33%-
HSV(B)225.33º33.83%52.16%-
XYZ12.7212.6923.97-
YUV99.59146.86119.74-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88991330.340.2600.48225.3320.3643.33
Hex586385221A030e1142b
Octal13014320542320603412453
Binary10110001100011100001011000101101001100001110000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>