Html Css Color HEX #51519C Governor Bay

📋 copy color: '#51519C'

red 81 ◦ green 81 ◦ blue 156

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

Shades of Governor Bay #51519C

Tints of Governor Bay #51519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.06%

R = 25.47%
G = 25.47%
B = 49.06%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51519C (or 0x51519C) is known color: Governor Bay. HEX triplet: 51, 51 and 9C. RGB value is (81,81,156). Sum of RGB (Red+Green+Blue) = 81+81+156=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #51519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51519C is #AEAE63. Grayscale: #595959. Windows color (decimal): -11447908 or 10244433. OLE color: 10244433.

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

Color convert

RGB 81 81 156 -
CMYK 0.48 0.48 0 0.39
HSL 240º 0.32% 0.46% -
HSV(B) 240º 0.48% 0.61% -
XYZ 12.34 10.03 32.74 -
YUV 89.55 165.5 121.9 -
System Red Green Blue C M Y K H S L
Decimal 81 81 156 0.48 0.48 0 0.39 240 0.32 0.46
Hex 51 51 9C 30 30 0 27 F0 20 2E
Octal 121 121 234 60 60 0 47 360 40 56
Binary 1010001 1010001 10011100 110000 110000 0 100111 11110000 100000 101110

Color Harmonies of #51519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51519C

Black with #51519C

Text Example


Text Example

White with #51519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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