Html Css Color HEX #515090 Governor Bay

📋 copy color: '#515090'

red 81 ◦ green 80 ◦ blue 144

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

Shades of Governor Bay #515090

Tints of Governor Bay #515090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 26.56%
G = 26.23%
B = 47.21%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#515090 (or 0x515090) is known color: Governor Bay. HEX triplet: 51, 50 and 90. RGB value is (81,80,144). Sum of RGB (Red+Green+Blue) = 81+80+144=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #515090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515090 is #AEAF6F. Grayscale: #575757. Windows color (decimal): -11448176 or 9457745. OLE color: 9457745.

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

Color convert

RGB 81 80 144 -
CMYK 0.44 0.44 0 0.44
HSL 240.94º 0.29% 0.44% -
HSV(B) 240.94º 0.44% 0.56% -
XYZ 11.3 9.5 27.62 -
YUV 87.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 81 80 144 0.44 0.44 0 0.44 240.94 0.29 0.44
Hex 51 50 90 2C 2C 0 2C F1 1D 2C
Octal 121 120 220 54 54 0 54 361 35 54
Binary 1010001 1010000 10010000 101100 101100 0 101100 11110001 11101 101100

Color Harmonies of #515090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515090

Black with #515090

Text Example


Text Example

White with #515090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515090; }

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

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

background-color css

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

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

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

border-color css

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

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

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