Html Css Color HEX #505695 Governor Bay

📋 copy color: '#505695'

red 80 ◦ green 86 ◦ blue 149

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

Shades of Governor Bay #505695

Tints of Governor Bay #505695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 25.4%
G = 27.3%
B = 47.3%

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

#505695 (or 0x505695) is known color: Governor Bay. HEX triplet: 50, 56 and 95. RGB value is (80,86,149). Sum of RGB (Red+Green+Blue) = 80+86+149=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #505695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505695 is #AFA96A. Grayscale: #5B5B5B. Windows color (decimal): -11512171 or 9786960. OLE color: 9786960.

HSL color Cylindrical-coordinate representation of color #505695: hue angle of 234.78º 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 #505695 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 86 149 -
CMYK 0.46 0.42 0 0.42
HSL 234.78º 0.3% 0.45% -
HSV(B) 234.78º 0.46% 0.58% -
XYZ 12.06 10.53 29.83 -
YUV 91.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 80 86 149 0.46 0.42 0 0.42 234.78 0.3 0.45
Hex 50 56 95 2E 2A 0 2A EB 1E 2D
Octal 120 126 225 56 52 0 52 353 36 55
Binary 1010000 1010110 10010101 101110 101010 0 101010 11101011 11110 101101

Color Harmonies of #505695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505695

Black with #505695

Text Example


Text Example

White with #505695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505695; }

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

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

background-color css

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

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

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

border-color css

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

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

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