#576485

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

Shades of Kashmir Blue #576485

Tints of Kashmir Blue #576485

Color information

#576485 (or 0x576485) is unknown color: approx Kashmir Blue. HEX triplet: 57, 64 and 85. RGB value is (87,100,133). Sum of RGB (Red+Green+Blue) = 87+100+133=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 100 (39.45% from 255 or 31.25% 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 #576485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576485 is #A89B7A. Grayscale: #636363. Windows color (decimal): -11049851 or 8741975. OLE color: 8741975.

HSL color Cylindrical-coordinate representation of color #576485: hue angle of 223.04º 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 #576485 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87100133-
CMYK0.350.2500.48
HSL223.04º20.91%43.14%-
HSV(B)223.04º34.59%52.16%-
XYZ12.7212.8324-
YUV99.88146.69118.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=27.19%
G=31.25%
B=41.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871001330.350.2500.48223.0420.9143.14
Hex5764852319030df152b
Octal12714420543310603372553
Binary10101111100100100001011000111100101100001101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576485; }

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

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

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

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

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

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

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

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