Html Css Color HEX #505396 Governor Bay

📋 copy color: '#505396'

red 80 ◦ green 83 ◦ blue 150

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

Shades of Governor Bay #505396

Tints of Governor Bay #505396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 25.56%
G = 26.52%
B = 47.92%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#505396 (or 0x505396) is known color: Governor Bay. HEX triplet: 50, 53 and 96. RGB value is (80,83,150). Sum of RGB (Red+Green+Blue) = 80+83+150=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #505396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505396 is #AFAC69. Grayscale: #595959. Windows color (decimal): -11512938 or 9851728. OLE color: 9851728.

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

Color convert

RGB 80 83 150 -
CMYK 0.47 0.45 0 0.41
HSL 237.43º 0.3% 0.45% -
HSV(B) 237.43º 0.47% 0.59% -
XYZ 11.91 10.09 30.17 -
YUV 89.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 80 83 150 0.47 0.45 0 0.41 237.43 0.3 0.45
Hex 50 53 96 2F 2D 0 29 ED 1E 2D
Octal 120 123 226 57 55 0 51 355 36 55
Binary 1010000 1010011 10010110 101111 101101 0 101001 11101101 11110 101101

Color Harmonies of #505396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505396

Black with #505396

Text Example


Text Example

White with #505396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505396; }

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

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

background-color css

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

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

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

border-color css

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

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

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