Html Css Color HEX #515289 Governor Bay

📋 copy color: '#515289'

red 81 ◦ green 82 ◦ blue 137

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

Shades of Governor Bay #515289

Tints of Governor Bay #515289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

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

R = 27%
G = 27.33%
B = 45.67%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#515289 (or 0x515289) is known color: Governor Bay. HEX triplet: 51, 52 and 89. RGB value is (81,82,137). Sum of RGB (Red+Green+Blue) = 81+82+137=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #515289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515289 is #AEAD76. Grayscale: #575757. Windows color (decimal): -11447671 or 8999505. OLE color: 8999505.

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

Color convert

RGB 81 82 137 -
CMYK 0.41 0.40 0 0.46
HSL 238.93º 0.26% 0.43% -
HSV(B) 238.93º 0.41% 0.54% -
XYZ 10.93 9.59 24.94 -
YUV 87.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 81 82 137 0.41 0.40 0 0.46 238.93 0.26 0.43
Hex 51 52 89 29 28 0 2E EF 1A 2B
Octal 121 122 211 51 50 0 56 357 32 53
Binary 1010001 1010010 10001001 101001 101000 0 101110 11101111 11010 101011

Color Harmonies of #515289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515289

Black with #515289

Text Example


Text Example

White with #515289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515289; }

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

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

background-color css

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

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

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

border-color css

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

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

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