Html Css Color HEX #505098 Governor Bay

📋 copy color: '#505098'

red 80 ◦ green 80 ◦ blue 152

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

Shades of Governor Bay #505098

Tints of Governor Bay #505098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.72%

R = 25.64%
G = 25.64%
B = 48.72%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#505098 (or 0x505098) is known color: Governor Bay. HEX triplet: 50, 50 and 98. RGB value is (80,80,152). Sum of RGB (Red+Green+Blue) = 80+80+152=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #505098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505098 is #AFAF67. Grayscale: #575757. Windows color (decimal): -11513704 or 9982032. OLE color: 9982032.

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

Color convert

RGB 80 80 152 -
CMYK 0.47 0.47 0 0.40
HSL 240º 0.31% 0.45% -
HSV(B) 240º 0.47% 0.6% -
XYZ 11.84 9.71 30.96 -
YUV 88.21 164 122.15 -
System Red Green Blue C M Y K H S L
Decimal 80 80 152 0.47 0.47 0 0.40 240 0.31 0.45
Hex 50 50 98 2F 2F 0 28 F0 1F 2D
Octal 120 120 230 57 57 0 50 360 37 55
Binary 1010000 1010000 10011000 101111 101111 0 101000 11110000 11111 101101

Color Harmonies of #505098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505098

Black with #505098

Text Example


Text Example

White with #505098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505098; }

 p { color: rgb(80,80,152); }

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

background-color css

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

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

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

border-color css

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

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

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