Html Css Color HEX #505096 Governor Bay

📋 copy color: '#505096'

red 80 ◦ green 80 ◦ blue 150

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

Shades of Governor Bay #505096

Tints of Governor Bay #505096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 25.81%
G = 25.81%
B = 48.39%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#505096 (or 0x505096) is known color: Governor Bay. HEX triplet: 50, 50 and 96. RGB value is (80,80,150). Sum of RGB (Red+Green+Blue) = 80+80+150=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #505096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505096 is #AFAF69. Grayscale: #575757. Windows color (decimal): -11513706 or 9850960. OLE color: 9850960.

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

Color convert

RGB 80 80 150 -
CMYK 0.47 0.47 0 0.41
HSL 240º 0.3% 0.45% -
HSV(B) 240º 0.47% 0.59% -
XYZ 11.68 9.64 30.1 -
YUV 87.98 163 122.31 -
System Red Green Blue C M Y K H S L
Decimal 80 80 150 0.47 0.47 0 0.41 240 0.3 0.45
Hex 50 50 96 2F 2F 0 29 F0 1E 2D
Octal 120 120 226 57 57 0 51 360 36 55
Binary 1010000 1010000 10010110 101111 101111 0 101001 11110000 11110 101101

Color Harmonies of #505096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505096

Black with #505096

Text Example


Text Example

White with #505096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505096; }

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

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

background-color css

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

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

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

border-color css

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

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

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