Html Css Color HEX #51499A Governor Bay

📋 copy color: '#51499A'

red 81 ◦ green 73 ◦ blue 154

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

Shades of Governor Bay #51499A

Tints of Governor Bay #51499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 154 (60.55% from 255) = 50%

R = 26.3%
G = 23.7%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#51499A (or 0x51499A) is known color: Governor Bay. HEX triplet: 51, 49 and 9A. RGB value is (81,73,154). Sum of RGB (Red+Green+Blue) = 81+73+154=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #51499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51499A is #AEB665. Grayscale: #545454. Windows color (decimal): -11449958 or 10111313. OLE color: 10111313.

HSL color Cylindrical-coordinate representation of color #51499A: hue angle of 245.93º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51499A is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 73 154 -
CMYK 0.47 0.53 0 0.40
HSL 245.93º 0.36% 0.45% -
HSV(B) 245.93º 0.53% 0.6% -
XYZ 11.61 8.85 31.67 -
YUV 84.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 81 73 154 0.47 0.53 0 0.40 245.93 0.36 0.45
Hex 51 49 9A 2F 35 0 28 F6 24 2D
Octal 121 111 232 57 65 0 50 366 44 55
Binary 1010001 1001001 10011010 101111 110101 0 101000 11110110 100100 101101

Color Harmonies of #51499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51499A

Black with #51499A

Text Example


Text Example

White with #51499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51499A; }

 p { color: rgb(81,73,154); }

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

background-color css

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

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

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

border-color css

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

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

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