#577792

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

Shades of Kashmir Blue #577792

Tints of Kashmir Blue #577792

Color information

#577792 (or 0x577792) is unknown color: approx Kashmir Blue. HEX triplet: 57, 77 and 92. RGB value is (87,119,146). Sum of RGB (Red+Green+Blue) = 87+119+146=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #577792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577792 is #A8886D. Grayscale: #707070. Windows color (decimal): -11044974 or 9598807. OLE color: 9598807.

HSL color Cylindrical-coordinate representation of color #577792: hue angle of 207.46º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577792 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87119146-
CMYK0.400.1800.43
HSL207.46º25.32%45.69%-
HSV(B)207.46º40.41%57.25%-
XYZ15.7217.329.7-
YUV112.51146.9109.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=24.72%
G=33.81%
B=41.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871191460.400.1800.43207.4625.3245.69
Hex577792281202Bcf192e
Octal12716722250220533173156
Binary10101111110111100100101010001001001010111100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577792; }

 p { color: rgb(87,119,146); }

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

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

 a { background-color: rgb(87,119,146); }

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

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

 span { border-color: rgb(87,119,146); }

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