Html Css Color HEX #504EA2 Governor Bay

📋 copy color: '#504EA2'

red 80 ◦ green 78 ◦ blue 162

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

Shades of Governor Bay #504EA2

Tints of Governor Bay #504EA2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 162 (63.67% from 255) = 50.63%

R = 25%
G = 24.38%
B = 50.63%

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

#504EA2 (or 0x504EA2) is known color: Governor Bay. HEX triplet: 50, 4E and A2. RGB value is (80,78,162). Sum of RGB (Red+Green+Blue) = 80+78+162=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #504EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504EA2 is #AFB15D. Grayscale: #575757. Windows color (decimal): -11514206 or 10636880. OLE color: 10636880.

HSL color Cylindrical-coordinate representation of color #504EA2: hue angle of 241.43º 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 #504EA2 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 78 162 -
CMYK 0.51 0.52 0 0.36
HSL 241.43º 0.35% 0.47% -
HSV(B) 241.43º 0.52% 0.64% -
XYZ 12.55 9.76 35.41 -
YUV 88.17 169.66 122.17 -
System Red Green Blue C M Y K H S L
Decimal 80 78 162 0.51 0.52 0 0.36 241.43 0.35 0.47
Hex 50 4E A2 33 34 0 24 F1 23 2F
Octal 120 116 242 63 64 0 44 361 43 57
Binary 1010000 1001110 10100010 110011 110100 0 100100 11110001 100011 101111

Color Harmonies of #504EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EA2

Black with #504EA2

Text Example


Text Example

White with #504EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,78,162); }

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

background-color css

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

 a { background-color: rgb(80,78,162); }

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

border-color css

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

 span { border-color: rgb(80,78,162); }

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