Html Css Color HEX #504F90 Governor Bay

📋 copy color: '#504F90'

red 80 ◦ green 79 ◦ blue 144

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

Shades of Governor Bay #504F90

Tints of Governor Bay #504F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 26.4%
G = 26.07%
B = 47.52%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#504F90 (or 0x504F90) is known color: Governor Bay. HEX triplet: 50, 4F and 90. RGB value is (80,79,144). Sum of RGB (Red+Green+Blue) = 80+79+144=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #504F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504F90 is #AFB06F. Grayscale: #565656. Windows color (decimal): -11513968 or 9457488. OLE color: 9457488.

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

Color convert

RGB 80 79 144 -
CMYK 0.44 0.45 0 0.44
HSL 240.92º 0.29% 0.44% -
HSV(B) 240.92º 0.45% 0.56% -
XYZ 11.14 9.31 27.6 -
YUV 86.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 80 79 144 0.44 0.45 0 0.44 240.92 0.29 0.44
Hex 50 4F 90 2C 2D 0 2C F1 1D 2C
Octal 120 117 220 54 55 0 54 361 35 54
Binary 1010000 1001111 10010000 101100 101101 0 101100 11110001 11101 101100

Color Harmonies of #504F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F90

Black with #504F90

Text Example


Text Example

White with #504F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504F90; }

 p { color: rgb(80,79,144); }

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

background-color css

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

 a { background-color: rgb(80,79,144); }

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

border-color css

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

 span { border-color: rgb(80,79,144); }

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