Html Css Color HEX #515690 Governor Bay

📋 copy color: '#515690'

red 81 ◦ green 86 ◦ blue 144

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

Shades of Governor Bay #515690

Tints of Governor Bay #515690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 26.05%
G = 27.65%
B = 46.3%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#515690 (or 0x515690) is known color: Governor Bay. HEX triplet: 51, 56 and 90. RGB value is (81,86,144). Sum of RGB (Red+Green+Blue) = 81+86+144=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #515690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515690 is #AEA96F. Grayscale: #5A5A5A. Windows color (decimal): -11446640 or 9459281. OLE color: 9459281.

HSL color Cylindrical-coordinate representation of color #515690: hue angle of 235.24º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #515690 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 86 144 -
CMYK 0.44 0.40 0 0.44
HSL 235.24º 0.28% 0.44% -
HSV(B) 235.24º 0.44% 0.56% -
XYZ 11.76 10.42 27.78 -
YUV 91.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 81 86 144 0.44 0.40 0 0.44 235.24 0.28 0.44
Hex 51 56 90 2C 28 0 2C EB 1C 2C
Octal 121 126 220 54 50 0 54 353 34 54
Binary 1010001 1010110 10010000 101100 101000 0 101100 11101011 11100 101100

Color Harmonies of #515690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515690

Black with #515690

Text Example


Text Example

White with #515690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515690; }

 p { color: rgb(81,86,144); }

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

background-color css

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

 a { background-color: rgb(81,86,144); }

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

border-color css

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

 span { border-color: rgb(81,86,144); }

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