#524F9B

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

Shades of Governor Bay #524F9B

Tints of Governor Bay #524F9B

Color information

#524F9B (or 0x524F9B) is unknown color: approx Governor Bay. HEX triplet: 52, 4F and 9B. RGB value is (82,79,155). Sum of RGB (Red+Green+Blue) = 82+79+155=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #524F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524F9B is #ADB064. Grayscale: #585858. Windows color (decimal): -11382885 or 10178386. OLE color: 10178386.

HSL color Cylindrical-coordinate representation of color #524F9B: hue angle of 242.37º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #524F9B is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8279155-
CMYK0.470.4900.39
HSL242.37º32.48%45.88%-
HSV(B)242.37º49.03%60.78%-
XYZ12.199.7532.25-
YUV88.56165.49123.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=25.95%
G=25%
B=49.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82791550.470.4900.39242.3732.4845.88
Hex524F9B2F31027f2202e
Octal12211723357610473624056
Binary1010010100111110011011101111110001010011111110010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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