Html Css Color HEX #505288 Governor Bay

📋 copy color: '#505288'

red 80 ◦ green 82 ◦ blue 136

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

Shades of Governor Bay #505288

Tints of Governor Bay #505288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

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

R = 26.85%
G = 27.52%
B = 45.64%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505288 (or 0x505288) is known color: Governor Bay. HEX triplet: 50, 52 and 88. RGB value is (80,82,136). Sum of RGB (Red+Green+Blue) = 80+82+136=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #505288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505288 is #AFAD77. Grayscale: #575757. Windows color (decimal): -11513208 or 8933968. OLE color: 8933968.

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

Color convert

RGB 80 82 136 -
CMYK 0.41 0.40 0 0.47
HSL 237.86º 0.26% 0.42% -
HSV(B) 237.86º 0.41% 0.53% -
XYZ 10.77 9.52 24.56 -
YUV 87.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 80 82 136 0.41 0.40 0 0.47 237.86 0.26 0.42
Hex 50 52 88 29 28 0 2F EE 1A 2A
Octal 120 122 210 51 50 0 57 356 32 52
Binary 1010000 1010010 10001000 101001 101000 0 101111 11101110 11010 101010

Color Harmonies of #505288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505288

Black with #505288

Text Example


Text Example

White with #505288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505288; }

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

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

background-color css

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

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

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

border-color css

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

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

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