#574D9B

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

Shades of Governor Bay #574D9B

Tints of Governor Bay #574D9B

Color information

#574D9B (or 0x574D9B) is unknown color: approx Governor Bay. HEX triplet: 57, 4D and 9B. RGB value is (87,77,155). Sum of RGB (Red+Green+Blue) = 87+77+155=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #574D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574D9B is #A8B264. Grayscale: #585858. Windows color (decimal): -11055717 or 10177879. OLE color: 10177879.

HSL color Cylindrical-coordinate representation of color #574D9B: hue angle of 247.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #574D9B is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8777155-
CMYK0.440.5000.39
HSL247.69º33.62%45.49%-
HSV(B)247.69º50.32%60.78%-
XYZ12.59.732.22-
YUV88.88165.31126.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=27.27%
G=24.14%
B=48.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87771550.440.5000.39247.6933.6245.49
Hex574D9B2C32027f8222d
Octal12711523354620473704255
Binary1010111100110110011011101100110010010011111111000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574D9B; }

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

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

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

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

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

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

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

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