#577B95

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

Shades of Kashmir Blue #577B95

Tints of Kashmir Blue #577B95

Color information

#577B95 (or 0x577B95) is unknown color: approx Kashmir Blue. HEX triplet: 57, 7B and 95. RGB value is (87,123,149). Sum of RGB (Red+Green+Blue) = 87+123+149=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #577B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B95 is #A8846A. Grayscale: #737373. Windows color (decimal): -11043947 or 9796439. OLE color: 9796439.

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

Color convert

RGB87123149-
CMYK0.420.1700.42
HSL205.16º26.27%46.27%-
HSV(B)205.16º41.61%58.43%-
XYZ16.4418.3631.11-
YUV115.2147.07107.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=24.23%
G=34.26%
B=41.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871231490.420.1700.42205.1626.2746.27
Hex577B952A1102Acd1a2e
Octal12717322552210523153256
Binary10101111111011100101011010101000101010101100110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577B95; }

 p { color: rgb(87,123,149); }

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

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

 a { background-color: rgb(87,123,149); }

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

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

 span { border-color: rgb(87,123,149); }

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