Html Css Color HEX #515682 Governor Bay

📋 copy color: '#515682'

red 81 ◦ green 86 ◦ blue 130

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

Shades of Governor Bay #515682

Tints of Governor Bay #515682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 27.27%
G = 28.96%
B = 43.77%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#515682 (or 0x515682) is known color: Governor Bay. HEX triplet: 51, 56 and 82. RGB value is (81,86,130). Sum of RGB (Red+Green+Blue) = 81+86+130=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #515682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515682 is #AEA97D. Grayscale: #595959. Windows color (decimal): -11446654 or 8541777. OLE color: 8541777.

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

Color convert

RGB 81 86 130 -
CMYK 0.38 0.34 0 0.49
HSL 233.88º 0.23% 0.41% -
HSV(B) 233.88º 0.38% 0.51% -
XYZ 10.75 10.02 22.49 -
YUV 89.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 81 86 130 0.38 0.34 0 0.49 233.88 0.23 0.41
Hex 51 56 82 26 22 0 31 EA 17 29
Octal 121 126 202 46 42 0 61 352 27 51
Binary 1010001 1010110 10000010 100110 100010 0 110001 11101010 10111 101001

Color Harmonies of #515682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515682

Black with #515682

Text Example


Text Example

White with #515682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515682; }

 p { color: rgb(81,86,130); }

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

background-color css

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

 a { background-color: rgb(81,86,130); }

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

border-color css

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

 span { border-color: rgb(81,86,130); }

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