Html Css Color HEX #515989 Governor Bay

📋 copy color: '#515989'

red 81 ◦ green 89 ◦ blue 137

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

Shades of Governor Bay #515989

Tints of Governor Bay #515989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.99%

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

R = 26.38%
G = 28.99%
B = 44.63%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#515989 (or 0x515989) is known color: Governor Bay. HEX triplet: 51, 59 and 89. RGB value is (81,89,137). Sum of RGB (Red+Green+Blue) = 81+89+137=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #515989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515989 is #AEA676. Grayscale: #5B5B5B. Windows color (decimal): -11445879 or 9001297. OLE color: 9001297.

HSL color Cylindrical-coordinate representation of color #515989: hue angle of 231.43º 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 #515989 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 89 137 -
CMYK 0.41 0.35 0 0.46
HSL 231.43º 0.26% 0.43% -
HSV(B) 231.43º 0.41% 0.54% -
XYZ 11.48 10.7 25.13 -
YUV 92.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 81 89 137 0.41 0.35 0 0.46 231.43 0.26 0.43
Hex 51 59 89 29 23 0 2E E7 1A 2B
Octal 121 131 211 51 43 0 56 347 32 53
Binary 1010001 1011001 10001001 101001 100011 0 101110 11100111 11010 101011

Color Harmonies of #515989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515989

Black with #515989

Text Example


Text Example

White with #515989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515989; }

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

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

background-color css

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

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

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

border-color css

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

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

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