#586283

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

Shades of Kashmir Blue #586283

Tints of Kashmir Blue #586283

Color information

#586283 (or 0x586283) is unknown color: approx Kashmir Blue. HEX triplet: 58, 62 and 83. RGB value is (88,98,131). Sum of RGB (Red+Green+Blue) = 88+98+131=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #586283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586283 is #A79D7C. Grayscale: #626262. Windows color (decimal): -10984829 or 8610392. OLE color: 8610392.

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

Color convert

RGB8898131-
CMYK0.330.2500.49
HSL226.05º19.63%42.94%-
HSV(B)226.05º32.82%51.37%-
XYZ12.4912.4523.22-
YUV98.77146.19120.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=27.76%
G=30.91%
B=41.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88981310.330.2500.49226.0519.6342.94
Hex5862832119031e2142b
Octal13014220341310613422453
Binary10110001100010100000111000011100101100011110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586283; }

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

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

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

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

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

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

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

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