Html Css Color HEX #505D92 Governor Bay

📋 copy color: '#505D92'

red 80 ◦ green 93 ◦ blue 146

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

Shades of Governor Bay #505D92

Tints of Governor Bay #505D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 25.08%
G = 29.15%
B = 45.77%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#505D92 (or 0x505D92) is known color: Governor Bay. HEX triplet: 50, 5D and 92. RGB value is (80,93,146). Sum of RGB (Red+Green+Blue) = 80+93+146=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #505D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D92 is #AFA26D. Grayscale: #5E5E5E. Windows color (decimal): -11510382 or 9592144. OLE color: 9592144.

HSL color Cylindrical-coordinate representation of color #505D92: hue angle of 228.18º 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 #505D92 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 93 146 -
CMYK 0.45 0.36 0 0.43
HSL 228.18º 0.29% 0.44% -
HSV(B) 228.18º 0.45% 0.57% -
XYZ 12.41 11.61 28.78 -
YUV 95.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 80 93 146 0.45 0.36 0 0.43 228.18 0.29 0.44
Hex 50 5D 92 2D 24 0 2B E4 1D 2C
Octal 120 135 222 55 44 0 53 344 35 54
Binary 1010000 1011101 10010010 101101 100100 0 101011 11100100 11101 101100

Color Harmonies of #505D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D92

Black with #505D92

Text Example


Text Example

White with #505D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,93,146); }

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

background-color css

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

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

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

border-color css

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

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

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