Html Css Color HEX #505A8F Governor Bay

📋 copy color: '#505A8F'

red 80 ◦ green 90 ◦ blue 143

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

Shades of Governor Bay #505A8F

Tints of Governor Bay #505A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.69%

R = 25.56%
G = 28.75%
B = 45.69%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#505A8F (or 0x505A8F) is known color: Governor Bay. HEX triplet: 50, 5A and 8F. RGB value is (80,90,143). Sum of RGB (Red+Green+Blue) = 80+90+143=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #505A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A8F is #AFA570. Grayscale: #5C5C5C. Windows color (decimal): -11511153 or 9394768. OLE color: 9394768.

HSL color Cylindrical-coordinate representation of color #505A8F: hue angle of 230.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #505A8F is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 90 143 -
CMYK 0.44 0.37 0 0.44
HSL 230.48º 0.28% 0.44% -
HSV(B) 230.48º 0.44% 0.56% -
XYZ 11.92 11 27.48 -
YUV 93.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 80 90 143 0.44 0.37 0 0.44 230.48 0.28 0.44
Hex 50 5A 8F 2C 25 0 2C E6 1C 2C
Octal 120 132 217 54 45 0 54 346 34 54
Binary 1010000 1011010 10001111 101100 100101 0 101100 11100110 11100 101100

Color Harmonies of #505A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A8F

Black with #505A8F

Text Example


Text Example

White with #505A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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