Html Css Color HEX #515489 Governor Bay

📋 copy color: '#515489'

red 81 ◦ green 84 ◦ blue 137

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

Shades of Governor Bay #515489

Tints of Governor Bay #515489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.36%

R = 26.82%
G = 27.81%
B = 45.36%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#515489 (or 0x515489) is known color: Governor Bay. HEX triplet: 51, 54 and 89. RGB value is (81,84,137). Sum of RGB (Red+Green+Blue) = 81+84+137=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #515489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515489 is #AEAB76. Grayscale: #585858. Windows color (decimal): -11447159 or 9000017. OLE color: 9000017.

HSL color Cylindrical-coordinate representation of color #515489: hue angle of 236.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #515489 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 84 137 -
CMYK 0.41 0.39 0 0.46
HSL 236.79º 0.26% 0.43% -
HSV(B) 236.79º 0.41% 0.54% -
XYZ 11.08 9.9 24.99 -
YUV 89.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 81 84 137 0.41 0.39 0 0.46 236.79 0.26 0.43
Hex 51 54 89 29 27 0 2E ED 1A 2B
Octal 121 124 211 51 47 0 56 355 32 53
Binary 1010001 1010100 10001001 101001 100111 0 101110 11101101 11010 101011

Color Harmonies of #515489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515489

Black with #515489

Text Example


Text Example

White with #515489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515489; }

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

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

background-color css

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

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

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

border-color css

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

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

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