Html Css Color HEX #505B8B Governor Bay

📋 copy color: '#505B8B'

red 80 ◦ green 91 ◦ blue 139

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

Shades of Governor Bay #505B8B

Tints of Governor Bay #505B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.84%

R = 25.81%
G = 29.35%
B = 44.84%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#505B8B (or 0x505B8B) is known color: Governor Bay. HEX triplet: 50, 5B and 8B. RGB value is (80,91,139). Sum of RGB (Red+Green+Blue) = 80+91+139=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #505B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B8B is #AFA474. Grayscale: #5C5C5C. Windows color (decimal): -11510901 or 9132880. OLE color: 9132880.

HSL color Cylindrical-coordinate representation of color #505B8B: hue angle of 228.81º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #505B8B is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 91 139 -
CMYK 0.42 0.35 0 0.45
HSL 228.81º 0.27% 0.43% -
HSV(B) 228.81º 0.42% 0.55% -
XYZ 11.71 11.05 25.94 -
YUV 93.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 80 91 139 0.42 0.35 0 0.45 228.81 0.27 0.43
Hex 50 5B 8B 2A 23 0 2D E5 1B 2B
Octal 120 133 213 52 43 0 55 345 33 53
Binary 1010000 1011011 10001011 101010 100011 0 101101 11100101 11011 101011

Color Harmonies of #505B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B8B

Black with #505B8B

Text Example


Text Example

White with #505B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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