Html Css Color HEX #515B98 Governor Bay

📋 copy color: '#515B98'

red 81 ◦ green 91 ◦ blue 152

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

Shades of Governor Bay #515B98

Tints of Governor Bay #515B98

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

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

R = 25%
G = 28.09%
B = 46.91%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#515B98 (or 0x515B98) is known color: Governor Bay. HEX triplet: 51, 5B and 98. RGB value is (81,91,152). Sum of RGB (Red+Green+Blue) = 81+91+152=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #515B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515B98 is #AEA467. Grayscale: #5E5E5E. Windows color (decimal): -11445352 or 9984849. OLE color: 9984849.

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

Color convert

RGB 81 91 152 -
CMYK 0.47 0.40 0 0.40
HSL 231.55º 0.3% 0.46% -
HSV(B) 231.55º 0.47% 0.6% -
XYZ 12.8 11.5 31.25 -
YUV 94.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 81 91 152 0.47 0.40 0 0.40 231.55 0.3 0.46
Hex 51 5B 98 2F 28 0 28 E8 1E 2E
Octal 121 133 230 57 50 0 50 350 36 56
Binary 1010001 1011011 10011000 101111 101000 0 101000 11101000 11110 101110

Color Harmonies of #515B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B98

Black with #515B98

Text Example


Text Example

White with #515B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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