Html Css Color HEX #515C89 Governor Bay

📋 copy color: '#515C89'

red 81 ◦ green 92 ◦ blue 137

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

Shades of Governor Bay #515C89

Tints of Governor Bay #515C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

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

R = 26.13%
G = 29.68%
B = 44.19%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#515C89 (or 0x515C89) is known color: Governor Bay. HEX triplet: 51, 5C and 89. RGB value is (81,92,137). Sum of RGB (Red+Green+Blue) = 81+92+137=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #515C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C89 is #AEA376. Grayscale: #5D5D5D. Windows color (decimal): -11445111 or 9002065. OLE color: 9002065.

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

Color convert

RGB 81 92 137 -
CMYK 0.41 0.33 0 0.46
HSL 228.21º 0.26% 0.43% -
HSV(B) 228.21º 0.41% 0.54% -
XYZ 11.74 11.21 25.21 -
YUV 93.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 81 92 137 0.41 0.33 0 0.46 228.21 0.26 0.43
Hex 51 5C 89 29 21 0 2E E4 1A 2B
Octal 121 134 211 51 41 0 56 344 32 53
Binary 1010001 1011100 10001001 101001 100001 0 101110 11100100 11010 101011

Color Harmonies of #515C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C89

Black with #515C89

Text Example


Text Example

White with #515C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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