#577B96

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

Shades of Kashmir Blue #577B96

Tints of Kashmir Blue #577B96

Color information

#577B96 (or 0x577B96) is unknown color: approx Kashmir Blue. HEX triplet: 57, 7B and 96. RGB value is (87,123,150). Sum of RGB (Red+Green+Blue) = 87+123+150=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #577B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B96 is #A88469. Grayscale: #737373. Windows color (decimal): -11043946 or 9861975. OLE color: 9861975.

HSL color Cylindrical-coordinate representation of color #577B96: hue angle of 205.71º 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 #577B96 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87123150-
CMYK0.420.1800.41
HSL205.71º26.58%46.47%-
HSV(B)205.71º42%58.82%-
XYZ16.5218.3931.53-
YUV115.31147.57107.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=24.17%
G=34.17%
B=41.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871231500.420.1800.41205.7126.5846.47
Hex577B962A12029ce1b2e
Octal12717322652220513163356
Binary10101111111011100101101010101001001010011100111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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