Html Css Color HEX #505499 Governor Bay

📋 copy color: '#505499'

red 80 ◦ green 84 ◦ blue 153

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

Shades of Governor Bay #505499

Tints of Governor Bay #505499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 25.24%
G = 26.5%
B = 48.26%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#505499 (or 0x505499) is known color: Governor Bay. HEX triplet: 50, 54 and 99. RGB value is (80,84,153). Sum of RGB (Red+Green+Blue) = 80+84+153=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #505499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505499 is #AFAB66. Grayscale: #5A5A5A. Windows color (decimal): -11512679 or 10048592. OLE color: 10048592.

HSL color Cylindrical-coordinate representation of color #505499: hue angle of 236.71º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505499 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 84 153 -
CMYK 0.48 0.45 0 0.4
HSL 236.71º 0.31% 0.46% -
HSV(B) 236.71º 0.48% 0.6% -
XYZ 12.23 10.35 31.49 -
YUV 90.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 80 84 153 0.48 0.45 0 0.4 236.71 0.31 0.46
Hex 50 54 99 30 2D 0 28 ED 1F 2E
Octal 120 124 231 60 55 0 50 355 37 56
Binary 1010000 1010100 10011001 110000 101101 0 101000 11101101 11111 101110

Color Harmonies of #505499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505499

Black with #505499

Text Example


Text Example

White with #505499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505499; }

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

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

background-color css

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

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

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

border-color css

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

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

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