Html Css Color HEX #504FA3 Governor Bay

📋 copy color: '#504FA3'

red 80 ◦ green 79 ◦ blue 163

#504FA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #504FA3

Tints of Governor Bay #504FA3

RGB

 RED value IS 80 (31.64% from 255) = 24.84%

 GREEN value IS 79 (31.25% from 255) = 24.53%

 BLUE value IS 163 (64.06% from 255) = 50.62%

R = 24.84%
G = 24.53%
B = 50.62%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#504FA3 (or 0x504FA3) is known color: Governor Bay. HEX triplet: 50, 4F and A3. RGB value is (80,79,163). Sum of RGB (Red+Green+Blue) = 80+79+163=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #504FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504FA3 is #AFB05C. Grayscale: #585858. Windows color (decimal): -11513949 or 10702672. OLE color: 10702672.

HSL color Cylindrical-coordinate representation of color #504FA3: hue angle of 240.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504FA3 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 79 163 -
CMYK 0.51 0.52 0 0.36
HSL 240.71º 0.35% 0.47% -
HSV(B) 240.71º 0.52% 0.64% -
XYZ 12.72 9.94 35.9 -
YUV 88.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 80 79 163 0.51 0.52 0 0.36 240.71 0.35 0.47
Hex 50 4F A3 33 34 0 24 F1 23 2F
Octal 120 117 243 63 64 0 44 361 43 57
Binary 1010000 1001111 10100011 110011 110100 0 100100 11110001 100011 101111

Color Harmonies of #504FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FA3

Black with #504FA3

Text Example


Text Example

White with #504FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504FA3; }

 p { color: rgb(80,79,163); }

 H1.HeaderClassName
 {
   color: #504FA3;
 }
 .AnyTagClassName
 {
   color: #504FA3;
 }
</style>

background-color css

<style>
 a { background-color: #504FA3; }

 a { background-color: rgb(80,79,163); }

 div.DivClassName
 {
   background-color: #504FA3;
 }
 .BgClassName
 {
   background-color: #504FA3;
 }
</style>

border-color css

<style>
 span { border-color: #504FA3; }

 span { border-color: rgb(80,79,163); }

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