Html Css Color HEX #5053A6 Governor Bay

📋 copy color: '#5053A6'

red 80 ◦ green 83 ◦ blue 166

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

Shades of Governor Bay #5053A6

Tints of Governor Bay #5053A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.46%

R = 24.32%
G = 25.23%
B = 50.46%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5053A6 (or 0x5053A6) is known color: Governor Bay. HEX triplet: 50, 53 and A6. RGB value is (80,83,166). Sum of RGB (Red+Green+Blue) = 80+83+166=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #5053A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5053A6 is #AFAC59. Grayscale: #5B5B5B. Windows color (decimal): -11512922 or 10900304. OLE color: 10900304.

HSL color Cylindrical-coordinate representation of color #5053A6: hue angle of 237.91º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5053A6 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 83 166 -
CMYK 0.52 0.50 0 0.35
HSL 237.91º 0.35% 0.48% -
HSV(B) 237.91º 0.52% 0.65% -
XYZ 13.28 10.65 37.43 -
YUV 91.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 80 83 166 0.52 0.50 0 0.35 237.91 0.35 0.48
Hex 50 53 A6 34 32 0 23 EE 23 30
Octal 120 123 246 64 62 0 43 356 43 60
Binary 1010000 1010011 10100110 110100 110010 0 100011 11101110 100011 110000

Color Harmonies of #5053A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5053A6

Black with #5053A6

Text Example


Text Example

White with #5053A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5053A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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