#576F90

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

Shades of Kashmir Blue #576F90

Tints of Kashmir Blue #576F90

Color information

#576F90 (or 0x576F90) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6F and 90. RGB value is (87,111,144). Sum of RGB (Red+Green+Blue) = 87+111+144=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #576F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F90 is #A8906F. Grayscale: #6B6B6B. Windows color (decimal): -11047024 or 9465687. OLE color: 9465687.

HSL color Cylindrical-coordinate representation of color #576F90: hue angle of 214.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576F90 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87111144-
CMYK0.400.2300.44
HSL214.74º24.68%45.29%-
HSV(B)214.74º39.58%56.47%-
XYZ14.6515.4128.59-
YUV107.59148.55113.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=25.44%
G=32.46%
B=42.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871111440.400.2300.44214.7424.6845.29
Hex576F90281702Cd7192d
Octal12715722050270543273155
Binary10101111101111100100001010001011101011001101011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576F90; }

 p { color: rgb(87,111,144); }

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

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

 a { background-color: rgb(87,111,144); }

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

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

 span { border-color: rgb(87,111,144); }

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