#576E92

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

Shades of Kashmir Blue #576E92

Tints of Kashmir Blue #576E92

Color information

#576E92 (or 0x576E92) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6E and 92. RGB value is (87,110,146). Sum of RGB (Red+Green+Blue) = 87+110+146=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #576E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576E92 is #A8916D. Grayscale: #6B6B6B. Windows color (decimal): -11047278 or 9596503. OLE color: 9596503.

HSL color Cylindrical-coordinate representation of color #576E92: hue angle of 216.61º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576E92 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87110146-
CMYK0.400.2500.43
HSL216.61º25.32%45.69%-
HSV(B)216.61º40.41%57.25%-
XYZ14.6915.2529.36-
YUV107.23149.88113.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=25.36%
G=32.07%
B=42.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871101460.400.2500.43216.6125.3245.69
Hex576E92281902Bd9192e
Octal12715622250310533313156
Binary10101111101110100100101010001100101010111101100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,110,146); }

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

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

 a { background-color: rgb(87,110,146); }

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

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

 span { border-color: rgb(87,110,146); }

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