Html Css Color HEX #515684 Governor Bay

📋 copy color: '#515684'

red 81 ◦ green 86 ◦ blue 132

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

Shades of Governor Bay #515684

Tints of Governor Bay #515684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 27.09%
G = 28.76%
B = 44.15%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#515684 (or 0x515684) is known color: Governor Bay. HEX triplet: 51, 56 and 84. RGB value is (81,86,132). Sum of RGB (Red+Green+Blue) = 81+86+132=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #515684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515684 is #AEA97B. Grayscale: #595959. Windows color (decimal): -11446652 or 8672849. OLE color: 8672849.

HSL color Cylindrical-coordinate representation of color #515684: hue angle of 234.12º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #515684 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 86 132 -
CMYK 0.39 0.35 0 0.48
HSL 234.12º 0.24% 0.42% -
HSV(B) 234.12º 0.39% 0.52% -
XYZ 10.89 10.07 23.2 -
YUV 89.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 81 86 132 0.39 0.35 0 0.48 234.12 0.24 0.42
Hex 51 56 84 27 23 0 30 EA 18 2A
Octal 121 126 204 47 43 0 60 352 30 52
Binary 1010001 1010110 10000100 100111 100011 0 110000 11101010 11000 101010

Color Harmonies of #515684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515684

Black with #515684

Text Example


Text Example

White with #515684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515684; }

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

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

background-color css

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

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

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

border-color css

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

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

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