Html Css Color HEX #505AA1 Governor Bay

📋 copy color: '#505AA1'

red 80 ◦ green 90 ◦ blue 161

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

Shades of Governor Bay #505AA1

Tints of Governor Bay #505AA1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

 BLUE value IS 161 (63.28% from 255) = 48.64%

R = 24.17%
G = 27.19%
B = 48.64%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#505AA1 (or 0x505AA1) is known color: Governor Bay. HEX triplet: 50, 5A and A1. RGB value is (80,90,161). Sum of RGB (Red+Green+Blue) = 80+90+161=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 161 - color contains mainly: blue. Hex color #505AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505AA1 is #AFA55E. Grayscale: #5E5E5E. Windows color (decimal): -11511135 or 10574416. OLE color: 10574416.

HSL color Cylindrical-coordinate representation of color #505AA1: hue angle of 232.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #505AA1 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 90 161 -
CMYK 0.50 0.44 0 0.37
HSL 232.59º 0.34% 0.47% -
HSV(B) 232.59º 0.5% 0.63% -
XYZ 13.4 11.59 35.25 -
YUV 95.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 80 90 161 0.50 0.44 0 0.37 232.59 0.34 0.47
Hex 50 5A A1 32 2C 0 25 E9 22 2F
Octal 120 132 241 62 54 0 45 351 42 57
Binary 1010000 1011010 10100001 110010 101100 0 100101 11101001 100010 101111

Color Harmonies of #505AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AA1

Black with #505AA1

Text Example


Text Example

White with #505AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505AA1; }

 p { color: rgb(80,90,161); }

 H1.HeaderClassName
 {
   color: #505AA1;
 }
 .AnyTagClassName
 {
   color: #505AA1;
 }
</style>

background-color css

<style>
 a { background-color: #505AA1; }

 a { background-color: rgb(80,90,161); }

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

border-color css

<style>
 span { border-color: #505AA1; }

 span { border-color: rgb(80,90,161); }

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