#57619B

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

Shades of Governor Bay #57619B

Tints of Governor Bay #57619B

Color information

#57619B (or 0x57619B) is unknown color: approx Governor Bay. HEX triplet: 57, 61 and 9B. RGB value is (87,97,155). Sum of RGB (Red+Green+Blue) = 87+97+155=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #57619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57619B is #A89E64. Grayscale: #646464. Windows color (decimal): -11050597 or 10182999. OLE color: 10182999.

HSL color Cylindrical-coordinate representation of color #57619B: hue angle of 231.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57619B is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8797155-
CMYK0.440.3700.39
HSL231.18º28.1%47.45%-
HSV(B)231.18º43.87%60.78%-
XYZ14.1212.9432.76-
YUV100.62158.69118.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=25.66%
G=28.61%
B=45.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87971550.440.3700.39231.1828.147.45
Hex57619B2C25027e71c2f
Octal12714123354450473473457
Binary101011111000011001101110110010010101001111110011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57619B; }

 p { color: rgb(87,97,155); }

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

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

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

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

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

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

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