Html Css Color HEX #515886 Governor Bay

📋 copy color: '#515886'

red 81 ◦ green 88 ◦ blue 134

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

Shades of Governor Bay #515886

Tints of Governor Bay #515886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 26.73%
G = 29.04%
B = 44.22%

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

#515886 (or 0x515886) is known color: Governor Bay. HEX triplet: 51, 58 and 86. RGB value is (81,88,134). Sum of RGB (Red+Green+Blue) = 81+88+134=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #515886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515886 is #AEA779. Grayscale: #5A5A5A. Windows color (decimal): -11446138 or 8804433. OLE color: 8804433.

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

Color convert

RGB 81 88 134 -
CMYK 0.40 0.34 0 0.47
HSL 232.08º 0.25% 0.42% -
HSV(B) 232.08º 0.4% 0.53% -
XYZ 11.19 10.45 23.98 -
YUV 91.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 81 88 134 0.40 0.34 0 0.47 232.08 0.25 0.42
Hex 51 58 86 28 22 0 2F E8 19 2A
Octal 121 130 206 50 42 0 57 350 31 52
Binary 1010001 1011000 10000110 101000 100010 0 101111 11101000 11001 101010

Color Harmonies of #515886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515886

Black with #515886

Text Example


Text Example

White with #515886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515886; }

 p { color: rgb(81,88,134); }

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

background-color css

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

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

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

border-color css

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

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

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