Html Css Color HEX #515499 Governor Bay

📋 copy color: '#515499'

red 81 ◦ green 84 ◦ blue 153

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

Shades of Governor Bay #515499

Tints of Governor Bay #515499

RGB

 RED value IS 81 (32.03% from 255) = 25.47%

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 25.47%
G = 26.42%
B = 48.11%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#515499 (or 0x515499) is known color: Governor Bay. HEX triplet: 51, 54 and 99. RGB value is (81,84,153). Sum of RGB (Red+Green+Blue) = 81+84+153=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #515499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515499 is #AEAB66. Grayscale: #5A5A5A. Windows color (decimal): -11447143 or 10048593. OLE color: 10048593.

HSL color Cylindrical-coordinate representation of color #515499: hue angle of 237.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #515499 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 84 153 -
CMYK 0.47 0.45 0 0.4
HSL 237.5º 0.31% 0.46% -
HSV(B) 237.5º 0.47% 0.6% -
XYZ 12.31 10.39 31.49 -
YUV 90.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 81 84 153 0.47 0.45 0 0.4 237.5 0.31 0.46
Hex 51 54 99 2F 2D 0 28 EE 1F 2E
Octal 121 124 231 57 55 0 50 356 37 56
Binary 1010001 1010100 10011001 101111 101101 0 101000 11101110 11111 101110

Color Harmonies of #515499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515499

Black with #515499

Text Example


Text Example

White with #515499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515499; }

 p { color: rgb(81,84,153); }

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

background-color css

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

 a { background-color: rgb(81,84,153); }

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

border-color css

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

 span { border-color: rgb(81,84,153); }

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