Html Css Color HEX #505F91 Governor Bay

📋 copy color: '#505F91'

red 80 ◦ green 95 ◦ blue 145

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

Shades of Governor Bay #505F91

Tints of Governor Bay #505F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

 BLUE value IS 145 (57.03% from 255) = 45.31%

R = 25%
G = 29.69%
B = 45.31%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#505F91 (or 0x505F91) is known color: Governor Bay. HEX triplet: 50, 5F and 91. RGB value is (80,95,145). Sum of RGB (Red+Green+Blue) = 80+95+145=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #505F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F91 is #AFA06E. Grayscale: #606060. Windows color (decimal): -11509871 or 9527120. OLE color: 9527120.

HSL color Cylindrical-coordinate representation of color #505F91: hue angle of 226.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505F91 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 95 145 -
CMYK 0.45 0.34 0 0.43
HSL 226.15º 0.29% 0.44% -
HSV(B) 226.15º 0.45% 0.57% -
XYZ 12.51 11.93 28.43 -
YUV 96.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 80 95 145 0.45 0.34 0 0.43 226.15 0.29 0.44
Hex 50 5F 91 2D 22 0 2B E2 1D 2C
Octal 120 137 221 55 42 0 53 342 35 54
Binary 1010000 1011111 10010001 101101 100010 0 101011 11100010 11101 101100

Color Harmonies of #505F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F91

Black with #505F91

Text Example


Text Example

White with #505F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,95,145); }

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

background-color css

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

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

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

border-color css

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

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

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