Html Css Color HEX #515487 Governor Bay

📋 copy color: '#515487'

red 81 ◦ green 84 ◦ blue 135

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

Shades of Governor Bay #515487

Tints of Governor Bay #515487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45%

R = 27%
G = 28%
B = 45%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#515487 (or 0x515487) is known color: Governor Bay. HEX triplet: 51, 54 and 87. RGB value is (81,84,135). Sum of RGB (Red+Green+Blue) = 81+84+135=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #515487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515487 is #AEAB78. Grayscale: #585858. Windows color (decimal): -11447161 or 8868945. OLE color: 8868945.

HSL color Cylindrical-coordinate representation of color #515487: hue angle of 236.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515487 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 84 135 -
CMYK 0.40 0.38 0 0.47
HSL 236.67º 0.25% 0.42% -
HSV(B) 236.67º 0.4% 0.53% -
XYZ 10.94 9.84 24.24 -
YUV 88.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 81 84 135 0.40 0.38 0 0.47 236.67 0.25 0.42
Hex 51 54 87 28 26 0 2F ED 19 2A
Octal 121 124 207 50 46 0 57 355 31 52
Binary 1010001 1010100 10000111 101000 100110 0 101111 11101101 11001 101010

Color Harmonies of #515487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515487

Black with #515487

Text Example


Text Example

White with #515487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515487; }

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

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

background-color css

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

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

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

border-color css

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

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

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