Html Css Color HEX #515498 Governor Bay

📋 copy color: '#515498'

red 81 ◦ green 84 ◦ blue 152

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

Shades of Governor Bay #515498

Tints of Governor Bay #515498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

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

R = 25.55%
G = 26.5%
B = 47.95%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#515498 (or 0x515498) is known color: Governor Bay. HEX triplet: 51, 54 and 98. RGB value is (81,84,152). Sum of RGB (Red+Green+Blue) = 81+84+152=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #515498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515498 is #AEAB67. Grayscale: #5A5A5A. Windows color (decimal): -11447144 or 9983057. OLE color: 9983057.

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

Color convert

RGB 81 84 152 -
CMYK 0.47 0.45 0 0.40
HSL 237.46º 0.3% 0.46% -
HSV(B) 237.46º 0.47% 0.6% -
XYZ 12.23 10.36 31.06 -
YUV 90.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 81 84 152 0.47 0.45 0 0.40 237.46 0.3 0.46
Hex 51 54 98 2F 2D 0 28 ED 1E 2E
Octal 121 124 230 57 55 0 50 355 36 56
Binary 1010001 1010100 10011000 101111 101101 0 101000 11101101 11110 101110

Color Harmonies of #515498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515498

Black with #515498

Text Example


Text Example

White with #515498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515498; }

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

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

background-color css

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

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

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

border-color css

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

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

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