#576285

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

Shades of Kashmir Blue #576285

Tints of Kashmir Blue #576285

Color information

#576285 (or 0x576285) is unknown color: approx Kashmir Blue. HEX triplet: 57, 62 and 85. RGB value is (87,98,133). Sum of RGB (Red+Green+Blue) = 87+98+133=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #576285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576285 is #A89D7A. Grayscale: #626262. Windows color (decimal): -11050363 or 8741463. OLE color: 8741463.

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

Color convert

RGB8798133-
CMYK0.350.2600.48
HSL225.65º20.91%43.14%-
HSV(B)225.65º34.59%52.16%-
XYZ12.5312.4623.93-
YUV98.7147.36119.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=27.36%
G=30.82%
B=41.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87981330.350.2600.48225.6520.9143.14
Hex576285231A030e2152b
Octal12714220543320603422553
Binary10101111100010100001011000111101001100001110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576285; }

 p { color: rgb(87,98,133); }

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

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

 a { background-color: rgb(87,98,133); }

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

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

 span { border-color: rgb(87,98,133); }

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