Html Css Color HEX #505A8E Governor Bay

📋 copy color: '#505A8E'

red 80 ◦ green 90 ◦ blue 142

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

Shades of Governor Bay #505A8E

Tints of Governor Bay #505A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 25.64%
G = 28.85%
B = 45.51%

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

#505A8E (or 0x505A8E) is known color: Governor Bay. HEX triplet: 50, 5A and 8E. RGB value is (80,90,142). Sum of RGB (Red+Green+Blue) = 80+90+142=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #505A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A8E is #AFA571. Grayscale: #5C5C5C. Windows color (decimal): -11511154 or 9329232. OLE color: 9329232.

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

Color convert

RGB 80 90 142 -
CMYK 0.44 0.37 0 0.44
HSL 230.32º 0.28% 0.44% -
HSV(B) 230.32º 0.44% 0.56% -
XYZ 11.85 10.97 27.08 -
YUV 92.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 80 90 142 0.44 0.37 0 0.44 230.32 0.28 0.44
Hex 50 5A 8E 2C 25 0 2C E6 1C 2C
Octal 120 132 216 54 45 0 54 346 34 54
Binary 1010000 1011010 10001110 101100 100101 0 101100 11100110 11100 101100

Color Harmonies of #505A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A8E

Black with #505A8E

Text Example


Text Example

White with #505A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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