Html Css Color HEX #515590 Governor Bay

📋 copy color: '#515590'

red 81 ◦ green 85 ◦ blue 144

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

Shades of Governor Bay #515590

Tints of Governor Bay #515590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 26.13%
G = 27.42%
B = 46.45%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#515590 (or 0x515590) is known color: Governor Bay. HEX triplet: 51, 55 and 90. RGB value is (81,85,144). Sum of RGB (Red+Green+Blue) = 81+85+144=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #515590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515590 is #AEAA6F. Grayscale: #5A5A5A. Windows color (decimal): -11446896 or 9459025. OLE color: 9459025.

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

Color convert

RGB 81 85 144 -
CMYK 0.44 0.41 0 0.44
HSL 236.19º 0.28% 0.44% -
HSV(B) 236.19º 0.44% 0.56% -
XYZ 11.68 10.26 27.75 -
YUV 90.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 81 85 144 0.44 0.41 0 0.44 236.19 0.28 0.44
Hex 51 55 90 2C 29 0 2C EC 1C 2C
Octal 121 125 220 54 51 0 54 354 34 54
Binary 1010001 1010101 10010000 101100 101001 0 101100 11101100 11100 101100

Color Harmonies of #515590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515590

Black with #515590

Text Example


Text Example

White with #515590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515590; }

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

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

background-color css

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

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

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

border-color css

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

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

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