Html Css Color HEX #505694 Governor Bay

📋 copy color: '#505694'

red 80 ◦ green 86 ◦ blue 148

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

Shades of Governor Bay #505694

Tints of Governor Bay #505694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 25.48%
G = 27.39%
B = 47.13%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#505694 (or 0x505694) is known color: Governor Bay. HEX triplet: 50, 56 and 94. RGB value is (80,86,148). Sum of RGB (Red+Green+Blue) = 80+86+148=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #505694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505694 is #AFA96B. Grayscale: #5B5B5B. Windows color (decimal): -11512172 or 9721424. OLE color: 9721424.

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

Color convert

RGB 80 86 148 -
CMYK 0.46 0.42 0 0.42
HSL 234.71º 0.3% 0.45% -
HSV(B) 234.71º 0.46% 0.58% -
XYZ 11.98 10.5 29.41 -
YUV 91.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 80 86 148 0.46 0.42 0 0.42 234.71 0.3 0.45
Hex 50 56 94 2E 2A 0 2A EB 1E 2D
Octal 120 126 224 56 52 0 52 353 36 55
Binary 1010000 1010110 10010100 101110 101010 0 101010 11101011 11110 101101

Color Harmonies of #505694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505694

Black with #505694

Text Example


Text Example

White with #505694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505694; }

 p { color: rgb(80,86,148); }

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

background-color css

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

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

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

border-color css

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

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

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