#574B9F

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

Shades of Governor Bay #574B9F

Tints of Governor Bay #574B9F

Color information

#574B9F (or 0x574B9F) is unknown color: approx Governor Bay. HEX triplet: 57, 4B and 9F. RGB value is (87,75,159). Sum of RGB (Red+Green+Blue) = 87+75+159=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #574B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574B9F is #A8B460. Grayscale: #575757. Windows color (decimal): -11056225 or 10439511. OLE color: 10439511.

HSL color Cylindrical-coordinate representation of color #574B9F: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574B9F is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8775159-
CMYK0.450.5300.38
HSL248.57º35.9%45.88%-
HSV(B)248.57º52.83%62.35%-
XYZ12.79.5633.98-
YUV88.16167.98127.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=27.10%
G=23.36%
B=49.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87751590.450.5300.38248.5735.945.88
Hex574B9F2D35026f9242e
Octal12711323755650463714456
Binary1010111100101110011111101101110101010011011111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,75,159); }

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

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

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

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

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

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

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