Html Css Color HEX #515987 Governor Bay

📋 copy color: '#515987'

red 81 ◦ green 89 ◦ blue 135

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

Shades of Governor Bay #515987

Tints of Governor Bay #515987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

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

R = 26.56%
G = 29.18%
B = 44.26%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#515987 (or 0x515987) is known color: Governor Bay. HEX triplet: 51, 59 and 87. RGB value is (81,89,135). Sum of RGB (Red+Green+Blue) = 81+89+135=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #515987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515987 is #AEA678. Grayscale: #5B5B5B. Windows color (decimal): -11445881 or 8870225. OLE color: 8870225.

HSL color Cylindrical-coordinate representation of color #515987: hue angle of 231.11º 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 #515987 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 89 135 -
CMYK 0.40 0.34 0 0.47
HSL 231.11º 0.25% 0.42% -
HSV(B) 231.11º 0.4% 0.53% -
XYZ 11.34 10.64 24.38 -
YUV 91.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 81 89 135 0.40 0.34 0 0.47 231.11 0.25 0.42
Hex 51 59 87 28 22 0 2F E7 19 2A
Octal 121 131 207 50 42 0 57 347 31 52
Binary 1010001 1011001 10000111 101000 100010 0 101111 11100111 11001 101010

Color Harmonies of #515987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515987

Black with #515987

Text Example


Text Example

White with #515987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515987; }

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

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

background-color css

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

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

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

border-color css

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

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

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