Html Css Color HEX #505998 Governor Bay

📋 copy color: '#505998'

red 80 ◦ green 89 ◦ blue 152

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

Shades of Governor Bay #505998

Tints of Governor Bay #505998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

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

R = 24.92%
G = 27.73%
B = 47.35%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#505998 (or 0x505998) is known color: Governor Bay. HEX triplet: 50, 59 and 98. RGB value is (80,89,152). Sum of RGB (Red+Green+Blue) = 80+89+152=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #505998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505998 is #AFA667. Grayscale: #5D5D5D. Windows color (decimal): -11511400 or 9984336. OLE color: 9984336.

HSL color Cylindrical-coordinate representation of color #505998: hue angle of 232.5º 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 #505998 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 89 152 -
CMYK 0.47 0.41 0 0.40
HSL 232.5º 0.31% 0.45% -
HSV(B) 232.5º 0.47% 0.6% -
XYZ 12.55 11.12 31.19 -
YUV 93.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 80 89 152 0.47 0.41 0 0.40 232.5 0.31 0.45
Hex 50 59 98 2F 29 0 28 E8 1F 2D
Octal 120 131 230 57 51 0 50 350 37 55
Binary 1010000 1011001 10011000 101111 101001 0 101000 11101000 11111 101101

Color Harmonies of #505998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505998

Black with #505998

Text Example


Text Example

White with #505998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505998; }

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

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

background-color css

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

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

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

border-color css

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

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

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