Html Css Color HEX #515799 Governor Bay

📋 copy color: '#515799'

red 81 ◦ green 87 ◦ blue 153

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

Shades of Governor Bay #515799

Tints of Governor Bay #515799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

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

R = 25.23%
G = 27.1%
B = 47.66%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#515799 (or 0x515799) is known color: Governor Bay. HEX triplet: 51, 57 and 99. RGB value is (81,87,153). Sum of RGB (Red+Green+Blue) = 81+87+153=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #515799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515799 is #AEA866. Grayscale: #5C5C5C. Windows color (decimal): -11446375 or 10049361. OLE color: 10049361.

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

Color convert

RGB 81 87 153 -
CMYK 0.47 0.43 0 0.4
HSL 235º 0.31% 0.46% -
HSV(B) 235º 0.47% 0.6% -
XYZ 12.55 10.87 31.57 -
YUV 92.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 81 87 153 0.47 0.43 0 0.4 235 0.31 0.46
Hex 51 57 99 2F 2B 0 28 EB 1F 2E
Octal 121 127 231 57 53 0 50 353 37 56
Binary 1010001 1010111 10011001 101111 101011 0 101000 11101011 11111 101110

Color Harmonies of #515799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515799

Black with #515799

Text Example


Text Example

White with #515799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515799; }

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

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

background-color css

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

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

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

border-color css

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

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

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