Html Css Color HEX #515699 Governor Bay

📋 copy color: '#515699'

red 81 ◦ green 86 ◦ blue 153

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

Shades of Governor Bay #515699

Tints of Governor Bay #515699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.88%

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

R = 25.31%
G = 26.88%
B = 47.81%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#515699 (or 0x515699) is known color: Governor Bay. HEX triplet: 51, 56 and 99. RGB value is (81,86,153). Sum of RGB (Red+Green+Blue) = 81+86+153=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #515699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515699 is #AEA966. Grayscale: #5B5B5B. Windows color (decimal): -11446631 or 10049105. OLE color: 10049105.

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

Color convert

RGB 81 86 153 -
CMYK 0.47 0.44 0 0.4
HSL 235.83º 0.31% 0.46% -
HSV(B) 235.83º 0.47% 0.6% -
XYZ 12.47 10.7 31.55 -
YUV 92.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 81 86 153 0.47 0.44 0 0.4 235.83 0.31 0.46
Hex 51 56 99 2F 2C 0 28 EC 1F 2E
Octal 121 126 231 57 54 0 50 354 37 56
Binary 1010001 1010110 10011001 101111 101100 0 101000 11101100 11111 101110

Color Harmonies of #515699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515699

Black with #515699

Text Example


Text Example

White with #515699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515699; }

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

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

background-color css

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

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

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

border-color css

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

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

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