#577993

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

Shades of Kashmir Blue #577993

Tints of Kashmir Blue #577993

Color information

#577993 (or 0x577993) is unknown color: approx Kashmir Blue. HEX triplet: 57, 79 and 93. RGB value is (87,121,147). Sum of RGB (Red+Green+Blue) = 87+121+147=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #577993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577993 is #A8866C. Grayscale: #717171. Windows color (decimal): -11044461 or 9664855. OLE color: 9664855.

HSL color Cylindrical-coordinate representation of color #577993: hue angle of 206º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #577993 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87121147-
CMYK0.410.1800.42
HSL206º25.64%45.88%-
HSV(B)206º40.82%57.65%-
XYZ16.0317.8130.2-
YUV113.8146.74108.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=24.51%
G=34.08%
B=41.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871211470.410.1800.4220625.6445.88
Hex577993291202Ace1a2e
Octal12717122351220523163256
Binary10101111111001100100111010011001001010101100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577993; }

 p { color: rgb(87,121,147); }

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

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

 a { background-color: rgb(87,121,147); }

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

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

 span { border-color: rgb(87,121,147); }

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