#57629D

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

Shades of Governor Bay #57629D

Tints of Governor Bay #57629D

Color information

#57629D (or 0x57629D) is unknown color: approx Governor Bay. HEX triplet: 57, 62 and 9D. RGB value is (87,98,157). Sum of RGB (Red+Green+Blue) = 87+98+157=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #57629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57629D is #A89D62. Grayscale: #656565. Windows color (decimal): -11050339 or 10314327. OLE color: 10314327.

HSL color Cylindrical-coordinate representation of color #57629D: hue angle of 230.57º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57629D is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8798157-
CMYK0.450.3800.38
HSL230.57º28.69%47.84%-
HSV(B)230.57º44.59%61.57%-
XYZ14.3813.233.69-
YUV101.44159.36117.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=25.44%
G=28.65%
B=45.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87981570.450.3800.38230.5728.6947.84
Hex57629D2D26026e71d30
Octal12714223555460463473560
Binary101011111000101001110110110110011001001101110011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57629D; }

 p { color: rgb(87,98,157); }

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

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

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

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

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

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

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