Html Css Color HEX #515592 Governor Bay

📋 copy color: '#515592'

red 81 ◦ green 85 ◦ blue 146

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

Shades of Governor Bay #515592

Tints of Governor Bay #515592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.79%

R = 25.96%
G = 27.24%
B = 46.79%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#515592 (or 0x515592) is known color: Governor Bay. HEX triplet: 51, 55 and 92. RGB value is (81,85,146). Sum of RGB (Red+Green+Blue) = 81+85+146=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #515592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515592 is #AEAA6D. Grayscale: #5A5A5A. Windows color (decimal): -11446894 or 9590097. OLE color: 9590097.

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

Color convert

RGB 81 85 146 -
CMYK 0.45 0.42 0 0.43
HSL 236.31º 0.29% 0.45% -
HSV(B) 236.31º 0.45% 0.57% -
XYZ 11.83 10.32 28.56 -
YUV 90.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 81 85 146 0.45 0.42 0 0.43 236.31 0.29 0.45
Hex 51 55 92 2D 2A 0 2B EC 1D 2D
Octal 121 125 222 55 52 0 53 354 35 55
Binary 1010001 1010101 10010010 101101 101010 0 101011 11101100 11101 101101

Color Harmonies of #515592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515592

Black with #515592

Text Example


Text Example

White with #515592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515592; }

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

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

background-color css

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

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

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

border-color css

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

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

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