#577195

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

Shades of Kashmir Blue #577195

Tints of Kashmir Blue #577195

Color information

#577195 (or 0x577195) is unknown color: approx Kashmir Blue. HEX triplet: 57, 71 and 95. RGB value is (87,113,149). Sum of RGB (Red+Green+Blue) = 87+113+149=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #577195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577195 is #A88E6A. Grayscale: #6D6D6D. Windows color (decimal): -11046507 or 9793879. OLE color: 9793879.

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

Color convert

RGB87113149-
CMYK0.420.2400.42
HSL214.84º26.27%46.27%-
HSV(B)214.84º41.61%58.43%-
XYZ15.2616.0130.72-
YUV109.33150.39112.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=24.93%
G=32.38%
B=42.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871131490.420.2400.42214.8426.2746.27
Hex5771952A1802Ad71a2e
Octal12716122552300523273256
Binary10101111110001100101011010101100001010101101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577195; }

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

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

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

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

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

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

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

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