Html Css Color HEX #505A9F Governor Bay

📋 copy color: '#505A9F'

red 80 ◦ green 90 ◦ blue 159

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

Shades of Governor Bay #505A9F

Tints of Governor Bay #505A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

 BLUE value IS 159 (62.5% from 255) = 48.33%

R = 24.32%
G = 27.36%
B = 48.33%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#505A9F (or 0x505A9F) is known color: Governor Bay. HEX triplet: 50, 5A and 9F. RGB value is (80,90,159). Sum of RGB (Red+Green+Blue) = 80+90+159=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #505A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A9F is #AFA560. Grayscale: #5E5E5E. Windows color (decimal): -11511137 or 10443344. OLE color: 10443344.

HSL color Cylindrical-coordinate representation of color #505A9F: hue angle of 232.41º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #505A9F is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 90 159 -
CMYK 0.50 0.43 0 0.38
HSL 232.41º 0.33% 0.47% -
HSV(B) 232.41º 0.5% 0.62% -
XYZ 13.22 11.52 34.33 -
YUV 94.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 80 90 159 0.50 0.43 0 0.38 232.41 0.33 0.47
Hex 50 5A 9F 32 2B 0 26 E8 21 2F
Octal 120 132 237 62 53 0 46 350 41 57
Binary 1010000 1011010 10011111 110010 101011 0 100110 11101000 100001 101111

Color Harmonies of #505A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A9F

Black with #505A9F

Text Example


Text Example

White with #505A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A9F; }

 p { color: rgb(80,90,159); }

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

background-color css

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

 a { background-color: rgb(80,90,159); }

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

border-color css

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

 span { border-color: rgb(80,90,159); }

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