Html Css Color HEX #505399 Governor Bay

📋 copy color: '#505399'

red 80 ◦ green 83 ◦ blue 153

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

Shades of Governor Bay #505399

Tints of Governor Bay #505399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 25.32%
G = 26.27%
B = 48.42%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#505399 (or 0x505399) is known color: Governor Bay. HEX triplet: 50, 53 and 99. RGB value is (80,83,153). Sum of RGB (Red+Green+Blue) = 80+83+153=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #505399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505399 is #AFAC66. Grayscale: #595959. Windows color (decimal): -11512935 or 10048336. OLE color: 10048336.

HSL color Cylindrical-coordinate representation of color #505399: hue angle of 237.53º 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 #505399 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 83 153 -
CMYK 0.48 0.46 0 0.4
HSL 237.53º 0.31% 0.46% -
HSV(B) 237.53º 0.48% 0.6% -
XYZ 12.15 10.19 31.46 -
YUV 90.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 80 83 153 0.48 0.46 0 0.4 237.53 0.31 0.46
Hex 50 53 99 30 2E 0 28 EE 1F 2E
Octal 120 123 231 60 56 0 50 356 37 56
Binary 1010000 1010011 10011001 110000 101110 0 101000 11101110 11111 101110

Color Harmonies of #505399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505399

Black with #505399

Text Example


Text Example

White with #505399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505399; }

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

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

background-color css

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

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

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

border-color css

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

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

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