#524F98

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

Shades of Governor Bay #524F98

Tints of Governor Bay #524F98

Color information

#524F98 (or 0x524F98) is unknown color: approx Governor Bay. HEX triplet: 52, 4F and 98. RGB value is (82,79,152). Sum of RGB (Red+Green+Blue) = 82+79+152=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #524F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524F98 is #ADB067. Grayscale: #575757. Windows color (decimal): -11382888 or 9981778. OLE color: 9981778.

HSL color Cylindrical-coordinate representation of color #524F98: hue angle of 242.47º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #524F98 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8279152-
CMYK0.460.4800.40
HSL242.47º31.6%45.29%-
HSV(B)242.47º48.03%59.61%-
XYZ11.949.6530.94-
YUV88.22163.99123.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=26.20%
G=25.24%
B=48.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82791520.460.4800.40242.4731.645.29
Hex524F982E30028f2202d
Octal12211723056600503624055
Binary1010010100111110011000101110110000010100011110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524F98; }

 p { color: rgb(82,79,152); }

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

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

 a { background-color: rgb(82,79,152); }

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

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

 span { border-color: rgb(82,79,152); }

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