Html Css Color HEX #505696 Governor Bay

📋 copy color: '#505696'

red 80 ◦ green 86 ◦ blue 150

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

Shades of Governor Bay #505696

Tints of Governor Bay #505696

RGB

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

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

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

R = 25.32%
G = 27.22%
B = 47.47%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#505696 (or 0x505696) is known color: Governor Bay. HEX triplet: 50, 56 and 96. RGB value is (80,86,150). Sum of RGB (Red+Green+Blue) = 80+86+150=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #505696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505696 is #AFA969. Grayscale: #5B5B5B. Windows color (decimal): -11512170 or 9852496. OLE color: 9852496.

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

Color convert

RGB 80 86 150 -
CMYK 0.47 0.43 0 0.41
HSL 234.86º 0.3% 0.45% -
HSV(B) 234.86º 0.47% 0.59% -
XYZ 12.14 10.56 30.25 -
YUV 91.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 80 86 150 0.47 0.43 0 0.41 234.86 0.3 0.45
Hex 50 56 96 2F 2B 0 29 EB 1E 2D
Octal 120 126 226 57 53 0 51 353 36 55
Binary 1010000 1010110 10010110 101111 101011 0 101001 11101011 11110 101101

Color Harmonies of #505696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505696

Black with #505696

Text Example


Text Example

White with #505696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505696; }

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

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

background-color css

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

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

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

border-color css

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

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

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