Html Css Color HEX #51519D Governor Bay

📋 copy color: '#51519D'

red 81 ◦ green 81 ◦ blue 157

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

Shades of Governor Bay #51519D

Tints of Governor Bay #51519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 25.39%
G = 25.39%
B = 49.22%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51519D (or 0x51519D) is known color: Governor Bay. HEX triplet: 51, 51 and 9D. RGB value is (81,81,157). Sum of RGB (Red+Green+Blue) = 81+81+157=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #51519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51519D is #AEAE62. Grayscale: #595959. Windows color (decimal): -11447907 or 10309969. OLE color: 10309969.

HSL color Cylindrical-coordinate representation of color #51519D: hue angle of 240º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51519D is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 81 157 -
CMYK 0.48 0.48 0 0.38
HSL 240º 0.32% 0.47% -
HSV(B) 240º 0.48% 0.62% -
XYZ 12.42 10.07 33.19 -
YUV 89.66 166 121.82 -
System Red Green Blue C M Y K H S L
Decimal 81 81 157 0.48 0.48 0 0.38 240 0.32 0.47
Hex 51 51 9D 30 30 0 26 F0 20 2F
Octal 121 121 235 60 60 0 46 360 40 57
Binary 1010001 1010001 10011101 110000 110000 0 100110 11110000 100000 101111

Color Harmonies of #51519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51519D

Black with #51519D

Text Example


Text Example

White with #51519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51519D; }

 p { color: rgb(81,81,157); }

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

background-color css

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

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

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

border-color css

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

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

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