Html Css Color HEX #505698 Governor Bay

📋 copy color: '#505698'

red 80 ◦ green 86 ◦ blue 152

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

Shades of Governor Bay #505698

Tints of Governor Bay #505698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 25.16%
G = 27.04%
B = 47.8%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#505698 (or 0x505698) is known color: Governor Bay. HEX triplet: 50, 56 and 98. RGB value is (80,86,152). Sum of RGB (Red+Green+Blue) = 80+86+152=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #505698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505698 is #AFA967. Grayscale: #5B5B5B. Windows color (decimal): -11512168 or 9983568. OLE color: 9983568.

HSL color Cylindrical-coordinate representation of color #505698: hue angle of 235º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505698 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 86 152 -
CMYK 0.47 0.43 0 0.40
HSL 235º 0.31% 0.45% -
HSV(B) 235º 0.47% 0.6% -
XYZ 12.3 10.63 31.11 -
YUV 91.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 80 86 152 0.47 0.43 0 0.40 235 0.31 0.45
Hex 50 56 98 2F 2B 0 28 EB 1F 2D
Octal 120 126 230 57 53 0 50 353 37 55
Binary 1010000 1010110 10011000 101111 101011 0 101000 11101011 11111 101101

Color Harmonies of #505698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505698

Black with #505698

Text Example


Text Example

White with #505698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505698; }

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

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

background-color css

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

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

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

border-color css

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

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

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