Html Css Color HEX #505B96 Governor Bay

📋 copy color: '#505B96'

red 80 ◦ green 91 ◦ blue 150

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

Shades of Governor Bay #505B96

Tints of Governor Bay #505B96

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 24.92%
G = 28.35%
B = 46.73%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#505B96 (or 0x505B96) is known color: Governor Bay. HEX triplet: 50, 5B and 96. RGB value is (80,91,150). Sum of RGB (Red+Green+Blue) = 80+91+150=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #505B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B96 is #AFA469. Grayscale: #5E5E5E. Windows color (decimal): -11510890 or 9853776. OLE color: 9853776.

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

Color convert

RGB 80 91 150 -
CMYK 0.47 0.39 0 0.41
HSL 230.57º 0.3% 0.45% -
HSV(B) 230.57º 0.47% 0.59% -
XYZ 12.55 11.39 30.39 -
YUV 94.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 80 91 150 0.47 0.39 0 0.41 230.57 0.3 0.45
Hex 50 5B 96 2F 27 0 29 E7 1E 2D
Octal 120 133 226 57 47 0 51 347 36 55
Binary 1010000 1011011 10010110 101111 100111 0 101001 11100111 11110 101101

Color Harmonies of #505B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B96

Black with #505B96

Text Example


Text Example

White with #505B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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