#577696

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

Shades of Kashmir Blue #577696

Tints of Kashmir Blue #577696

Color information

#577696 (or 0x577696) is unknown color: approx Kashmir Blue. HEX triplet: 57, 76 and 96. RGB value is (87,118,150). Sum of RGB (Red+Green+Blue) = 87+118+150=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #577696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577696 is #A88969. Grayscale: #707070. Windows color (decimal): -11045226 or 9860695. OLE color: 9860695.

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

Color convert

RGB87118150-
CMYK0.420.2100.41
HSL210.48º26.58%46.47%-
HSV(B)210.48º42%58.82%-
XYZ15.9117.1931.33-
YUV112.38149.23109.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=24.51%
G=33.24%
B=42.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871181500.420.2100.41210.4826.5846.47
Hex5776962A15029d21b2e
Octal12716622652250513223356
Binary10101111110110100101101010101010101010011101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577696; }

 p { color: rgb(87,118,150); }

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

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

 a { background-color: rgb(87,118,150); }

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

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

 span { border-color: rgb(87,118,150); }

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