#586281

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

Shades of Kashmir Blue #586281

Tints of Kashmir Blue #586281

Color information

#586281 (or 0x586281) is unknown color: approx Kashmir Blue. HEX triplet: 58, 62 and 81. RGB value is (88,98,129). Sum of RGB (Red+Green+Blue) = 88+98+129=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #586281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586281 is #A79D7E. Grayscale: #626262. Windows color (decimal): -10984831 or 8479320. OLE color: 8479320.

HSL color Cylindrical-coordinate representation of color #586281: hue angle of 225.37º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #586281 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8898129-
CMYK0.320.2400.49
HSL225.37º18.89%42.55%-
HSV(B)225.37º31.78%50.59%-
XYZ12.3512.422.51-
YUV98.54145.19120.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=27.94%
G=31.11%
B=40.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88981290.320.2400.49225.3718.8942.55
Hex5862812018031e1132b
Octal13014220140300613412353
Binary10110001100010100000011000001100001100011110000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586281; }

 p { color: rgb(88,98,129); }

 H1.HeaderClassName
 {
   color: #586281;
 }
 .AnyTagClassName
 {
   color: #586281;
 }
</style>
background-color css

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

 a { background-color: rgb(88,98,129); }

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

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

 span { border-color: rgb(88,98,129); }

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