Html Css Color HEX #515496 Governor Bay

📋 copy color: '#515496'

red 81 ◦ green 84 ◦ blue 150

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

Shades of Governor Bay #515496

Tints of Governor Bay #515496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 25.71%
G = 26.67%
B = 47.62%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#515496 (or 0x515496) is known color: Governor Bay. HEX triplet: 51, 54 and 96. RGB value is (81,84,150). Sum of RGB (Red+Green+Blue) = 81+84+150=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #515496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515496 is #AEAB69. Grayscale: #5A5A5A. Windows color (decimal): -11447146 or 9851985. OLE color: 9851985.

HSL color Cylindrical-coordinate representation of color #515496: hue angle of 237.39º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #515496 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 84 150 -
CMYK 0.46 0.44 0 0.41
HSL 237.39º 0.3% 0.45% -
HSV(B) 237.39º 0.46% 0.59% -
XYZ 12.07 10.29 30.2 -
YUV 90.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 81 84 150 0.46 0.44 0 0.41 237.39 0.3 0.45
Hex 51 54 96 2E 2C 0 29 ED 1E 2D
Octal 121 124 226 56 54 0 51 355 36 55
Binary 1010001 1010100 10010110 101110 101100 0 101001 11101101 11110 101101

Color Harmonies of #515496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515496

Black with #515496

Text Example


Text Example

White with #515496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515496; }

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

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

background-color css

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

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

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

border-color css

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

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

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