Html Css Color HEX #515589 Governor Bay

📋 copy color: '#515589'

red 81 ◦ green 85 ◦ blue 137

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

Shades of Governor Bay #515589

Tints of Governor Bay #515589

RGB

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

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

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

R = 26.73%
G = 28.05%
B = 45.21%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#515589 (or 0x515589) is known color: Governor Bay. HEX triplet: 51, 55 and 89. RGB value is (81,85,137). Sum of RGB (Red+Green+Blue) = 81+85+137=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #515589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515589 is #AEAA76. Grayscale: #595959. Windows color (decimal): -11446903 or 9000273. OLE color: 9000273.

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

Color convert

RGB 81 85 137 -
CMYK 0.41 0.38 0 0.46
HSL 235.71º 0.26% 0.43% -
HSV(B) 235.71º 0.41% 0.54% -
XYZ 11.16 10.05 25.02 -
YUV 89.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 81 85 137 0.41 0.38 0 0.46 235.71 0.26 0.43
Hex 51 55 89 29 26 0 2E EC 1A 2B
Octal 121 125 211 51 46 0 56 354 32 53
Binary 1010001 1010101 10001001 101001 100110 0 101110 11101100 11010 101011

Color Harmonies of #515589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515589

Black with #515589

Text Example


Text Example

White with #515589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515589; }

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

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

background-color css

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

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

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

border-color css

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

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

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