Html Css Color HEX #505FA2 Governor Bay

📋 copy color: '#505FA2'

red 80 ◦ green 95 ◦ blue 162

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

Shades of Governor Bay #505FA2

Tints of Governor Bay #505FA2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 23.74%
G = 28.19%
B = 48.07%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#505FA2 (or 0x505FA2) is known color: Governor Bay. HEX triplet: 50, 5F and A2. RGB value is (80,95,162). Sum of RGB (Red+Green+Blue) = 80+95+162=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #505FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505FA2 is #AFA05D. Grayscale: #616161. Windows color (decimal): -11509854 or 10641232. OLE color: 10641232.

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

Color convert

RGB 80 95 162 -
CMYK 0.51 0.41 0 0.36
HSL 229.02º 0.34% 0.47% -
HSV(B) 229.02º 0.51% 0.64% -
XYZ 13.92 12.5 35.86 -
YUV 98.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 80 95 162 0.51 0.41 0 0.36 229.02 0.34 0.47
Hex 50 5F A2 33 29 0 24 E5 22 2F
Octal 120 137 242 63 51 0 44 345 42 57
Binary 1010000 1011111 10100010 110011 101001 0 100100 11100101 100010 101111

Color Harmonies of #505FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505FA2

Black with #505FA2

Text Example


Text Example

White with #505FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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