Html Css Color HEX #505494 Governor Bay

📋 copy color: '#505494'

red 80 ◦ green 84 ◦ blue 148

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

Shades of Governor Bay #505494

Tints of Governor Bay #505494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

 BLUE value IS 148 (58.2% from 255) = 47.44%

R = 25.64%
G = 26.92%
B = 47.44%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#505494 (or 0x505494) is known color: Governor Bay. HEX triplet: 50, 54 and 94. RGB value is (80,84,148). Sum of RGB (Red+Green+Blue) = 80+84+148=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #505494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505494 is #AFAB6B. Grayscale: #595959. Windows color (decimal): -11512684 or 9720912. OLE color: 9720912.

HSL color Cylindrical-coordinate representation of color #505494: hue angle of 236.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505494 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 84 148 -
CMYK 0.46 0.43 0 0.42
HSL 236.47º 0.3% 0.45% -
HSV(B) 236.47º 0.46% 0.58% -
XYZ 11.82 10.18 29.36 -
YUV 90.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 80 84 148 0.46 0.43 0 0.42 236.47 0.3 0.45
Hex 50 54 94 2E 2B 0 2A EC 1E 2D
Octal 120 124 224 56 53 0 52 354 36 55
Binary 1010000 1010100 10010100 101110 101011 0 101010 11101100 11110 101101

Color Harmonies of #505494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505494

Black with #505494

Text Example


Text Example

White with #505494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505494; }

 p { color: rgb(80,84,148); }

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

background-color css

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

 a { background-color: rgb(80,84,148); }

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

border-color css

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

 span { border-color: rgb(80,84,148); }

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