Html Css Color HEX #515595 Governor Bay

📋 copy color: '#515595'

red 81 ◦ green 85 ◦ blue 149

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

Shades of Governor Bay #515595

Tints of Governor Bay #515595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 25.71%
G = 26.98%
B = 47.3%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#515595 (or 0x515595) is known color: Governor Bay. HEX triplet: 51, 55 and 95. RGB value is (81,85,149). Sum of RGB (Red+Green+Blue) = 81+85+149=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #515595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515595 is #AEAA6A. Grayscale: #5A5A5A. Windows color (decimal): -11446891 or 9786705. OLE color: 9786705.

HSL color Cylindrical-coordinate representation of color #515595: hue angle of 236.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #515595 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 85 149 -
CMYK 0.46 0.43 0 0.42
HSL 236.47º 0.3% 0.45% -
HSV(B) 236.47º 0.46% 0.58% -
XYZ 12.07 10.42 29.81 -
YUV 91.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 81 85 149 0.46 0.43 0 0.42 236.47 0.3 0.45
Hex 51 55 95 2E 2B 0 2A EC 1E 2D
Octal 121 125 225 56 53 0 52 354 36 55
Binary 1010001 1010101 10010101 101110 101011 0 101010 11101100 11110 101101

Color Harmonies of #515595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515595

Black with #515595

Text Example


Text Example

White with #515595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515595; }

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

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

background-color css

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

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

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

border-color css

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

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

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