Html Css Color HEX #515698 Governor Bay

📋 copy color: '#515698'

red 81 ◦ green 86 ◦ blue 152

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

Shades of Governor Bay #515698

Tints of Governor Bay #515698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 25.39%
G = 26.96%
B = 47.65%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#515698 (or 0x515698) is known color: Governor Bay. HEX triplet: 51, 56 and 98. RGB value is (81,86,152). Sum of RGB (Red+Green+Blue) = 81+86+152=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #515698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515698 is #AEA967. Grayscale: #5B5B5B. Windows color (decimal): -11446632 or 9983569. OLE color: 9983569.

HSL color Cylindrical-coordinate representation of color #515698: hue angle of 235.77º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #515698 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 86 152 -
CMYK 0.47 0.43 0 0.40
HSL 235.77º 0.3% 0.46% -
HSV(B) 235.77º 0.47% 0.6% -
XYZ 12.39 10.67 31.11 -
YUV 92.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 81 86 152 0.47 0.43 0 0.40 235.77 0.3 0.46
Hex 51 56 98 2F 2B 0 28 EC 1E 2E
Octal 121 126 230 57 53 0 50 354 36 56
Binary 1010001 1010110 10011000 101111 101011 0 101000 11101100 11110 101110

Color Harmonies of #515698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515698

Black with #515698

Text Example


Text Example

White with #515698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515698; }

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

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

background-color css

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

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

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

border-color css

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

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

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