Html Css Color HEX #505490 Governor Bay

📋 copy color: '#505490'

red 80 ◦ green 84 ◦ blue 144

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

Shades of Governor Bay #505490

Tints of Governor Bay #505490

RGB

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

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

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

R = 25.97%
G = 27.27%
B = 46.75%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#505490 (or 0x505490) is known color: Governor Bay. HEX triplet: 50, 54 and 90. RGB value is (80,84,144). Sum of RGB (Red+Green+Blue) = 80+84+144=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #505490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505490 is #AFAB6F. Grayscale: #595959. Windows color (decimal): -11512688 or 9458768. OLE color: 9458768.

HSL color Cylindrical-coordinate representation of color #505490: hue angle of 236.25º degrees, saturation: 0.29, 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 #505490 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 84 144 -
CMYK 0.44 0.42 0 0.44
HSL 236.25º 0.29% 0.44% -
HSV(B) 236.25º 0.44% 0.56% -
XYZ 11.51 10.06 27.72 -
YUV 89.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 80 84 144 0.44 0.42 0 0.44 236.25 0.29 0.44
Hex 50 54 90 2C 2A 0 2C EC 1D 2C
Octal 120 124 220 54 52 0 54 354 35 54
Binary 1010000 1010100 10010000 101100 101010 0 101100 11101100 11101 101100

Color Harmonies of #505490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505490

Black with #505490

Text Example


Text Example

White with #505490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505490; }

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

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

background-color css

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

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

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

border-color css

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

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

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