#577296

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

Shades of Kashmir Blue #577296

Tints of Kashmir Blue #577296

Color information

#577296 (or 0x577296) is unknown color: approx Kashmir Blue. HEX triplet: 57, 72 and 96. RGB value is (87,114,150). Sum of RGB (Red+Green+Blue) = 87+114+150=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #577296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577296 is #A88D69. Grayscale: #6D6D6D. Windows color (decimal): -11046250 or 9859671. OLE color: 9859671.

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

Color convert

RGB87114150-
CMYK0.420.2400.41
HSL214.29º26.58%46.47%-
HSV(B)214.29º42%58.82%-
XYZ15.4516.2631.18-
YUV110.03150.55111.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 150 (58.98% from 255) = 42.74%
R=24.79%
G=32.48%
B=42.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871141500.420.2400.41214.2926.5846.47
Hex5772962A18029d61b2e
Octal12716222652300513263356
Binary10101111110010100101101010101100001010011101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577296; }

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

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

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

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

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

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

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

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