Html Css Color HEX #515481 Governor Bay

📋 copy color: '#515481'

red 81 ◦ green 84 ◦ blue 129

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

Shades of Governor Bay #515481

Tints of Governor Bay #515481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.57%

 BLUE value IS 129 (50.78% from 255) = 43.88%

R = 27.55%
G = 28.57%
B = 43.88%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#515481 (or 0x515481) is known color: Governor Bay. HEX triplet: 51, 54 and 81. RGB value is (81,84,129). Sum of RGB (Red+Green+Blue) = 81+84+129=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #515481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515481 is #AEAB7E. Grayscale: #585858. Windows color (decimal): -11447167 or 8475729. OLE color: 8475729.

HSL color Cylindrical-coordinate representation of color #515481: hue angle of 236.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #515481 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 84 129 -
CMYK 0.37 0.35 0 0.49
HSL 236.25º 0.23% 0.41% -
HSV(B) 236.25º 0.37% 0.51% -
XYZ 10.53 9.67 22.08 -
YUV 88.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 81 84 129 0.37 0.35 0 0.49 236.25 0.23 0.41
Hex 51 54 81 25 23 0 31 EC 17 29
Octal 121 124 201 45 43 0 61 354 27 51
Binary 1010001 1010100 10000001 100101 100011 0 110001 11101100 10111 101001

Color Harmonies of #515481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515481

Black with #515481

Text Example


Text Example

White with #515481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515481; }

 p { color: rgb(81,84,129); }

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

background-color css

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

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

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

border-color css

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

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

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