Html Css Color HEX #505FA1 Governor Bay

📋 copy color: '#505FA1'

red 80 ◦ green 95 ◦ blue 161

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

Shades of Governor Bay #505FA1

Tints of Governor Bay #505FA1

RGB

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

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

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

R = 23.81%
G = 28.27%
B = 47.92%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#505FA1 (or 0x505FA1) is known color: Governor Bay. HEX triplet: 50, 5F and A1. RGB value is (80,95,161). Sum of RGB (Red+Green+Blue) = 80+95+161=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #505FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505FA1 is #AFA05E. Grayscale: #616161. Windows color (decimal): -11509855 or 10575696. OLE color: 10575696.

HSL color Cylindrical-coordinate representation of color #505FA1: hue angle of 228.89º 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 #505FA1 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 95 161 -
CMYK 0.50 0.41 0 0.37
HSL 228.89º 0.34% 0.47% -
HSV(B) 228.89º 0.5% 0.63% -
XYZ 13.83 12.46 35.39 -
YUV 98.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 80 95 161 0.50 0.41 0 0.37 228.89 0.34 0.47
Hex 50 5F A1 32 29 0 25 E5 22 2F
Octal 120 137 241 62 51 0 45 345 42 57
Binary 1010000 1011111 10100001 110010 101001 0 100101 11100101 100010 101111

Color Harmonies of #505FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505FA1

Black with #505FA1

Text Example


Text Example

White with #505FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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