Html Css Color HEX #505388 Governor Bay

📋 copy color: '#505388'

red 80 ◦ green 83 ◦ blue 136

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

Shades of Governor Bay #505388

Tints of Governor Bay #505388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 26.76%
G = 27.76%
B = 45.48%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505388 (or 0x505388) is known color: Governor Bay. HEX triplet: 50, 53 and 88. RGB value is (80,83,136). Sum of RGB (Red+Green+Blue) = 80+83+136=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #505388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505388 is #AFAC77. Grayscale: #575757. Windows color (decimal): -11512952 or 8934224. OLE color: 8934224.

HSL color Cylindrical-coordinate representation of color #505388: hue angle of 236.79º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505388 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 83 136 -
CMYK 0.41 0.39 0 0.47
HSL 236.79º 0.26% 0.42% -
HSV(B) 236.79º 0.41% 0.53% -
XYZ 10.85 9.67 24.59 -
YUV 88.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 80 83 136 0.41 0.39 0 0.47 236.79 0.26 0.42
Hex 50 53 88 29 27 0 2F ED 1A 2A
Octal 120 123 210 51 47 0 57 355 32 52
Binary 1010000 1010011 10001000 101001 100111 0 101111 11101101 11010 101010

Color Harmonies of #505388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505388

Black with #505388

Text Example


Text Example

White with #505388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505388; }

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

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

background-color css

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

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

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

border-color css

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

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

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