#577295

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

Shades of Kashmir Blue #577295

Tints of Kashmir Blue #577295

Color information

#577295 (or 0x577295) is unknown color: approx Kashmir Blue. HEX triplet: 57, 72 and 95. RGB value is (87,114,149). Sum of RGB (Red+Green+Blue) = 87+114+149=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #577295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577295 is #A88D6A. Grayscale: #6D6D6D. Windows color (decimal): -11046251 or 9794135. OLE color: 9794135.

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

Color convert

RGB87114149-
CMYK0.420.2300.42
HSL213.87º26.27%46.27%-
HSV(B)213.87º41.61%58.43%-
XYZ15.3716.2330.76-
YUV109.92150.05111.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=24.86%
G=32.57%
B=42.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871141490.420.2300.42213.8726.2746.27
Hex5772952A1702Ad61a2e
Octal12716222552270523263256
Binary10101111110010100101011010101011101010101101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577295; }

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

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

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

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

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

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

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

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