#575794

Color #575794 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #575794

Tints of Governor Bay #575794

Color information

#575794 (or 0x575794) is unknown color: approx Governor Bay. HEX triplet: 57, 57 and 94. RGB value is (87,87,148). Sum of RGB (Red+Green+Blue) = 87+87+148=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #575794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575794 is #A8A86B. Grayscale: #5D5D5D. Windows color (decimal): -11053164 or 9721687. OLE color: 9721687.

HSL color Cylindrical-coordinate representation of color #575794: hue angle of 240º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #575794 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8787148-
CMYK0.410.4100.42
HSL240º25.96%46.08%-
HSV(B)240º41.22%58.04%-
XYZ12.6810.9829.47-
YUV93.95158.5123.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.02%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=27.02%
G=27.02%
B=45.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87871480.410.4100.4224025.9646.08
Hex575794292902Af01a2e
Octal12712722451510523603256
Binary101011110101111001010010100110100101010101111000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575794; }

 p { color: rgb(87,87,148); }

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

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

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

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

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

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

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