Html Css Color HEX #515295 Governor Bay

📋 copy color: '#515295'

red 81 ◦ green 82 ◦ blue 149

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

Shades of Governor Bay #515295

Tints of Governor Bay #515295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

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

R = 25.96%
G = 26.28%
B = 47.76%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#515295 (or 0x515295) is known color: Governor Bay. HEX triplet: 51, 52 and 95. RGB value is (81,82,149). Sum of RGB (Red+Green+Blue) = 81+82+149=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #515295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515295 is #AEAD6A. Grayscale: #595959. Windows color (decimal): -11447659 or 9785937. OLE color: 9785937.

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

Color convert

RGB 81 82 149 -
CMYK 0.46 0.45 0 0.42
HSL 239.12º 0.3% 0.45% -
HSV(B) 239.12º 0.46% 0.58% -
XYZ 11.84 9.95 29.73 -
YUV 89.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 81 82 149 0.46 0.45 0 0.42 239.12 0.3 0.45
Hex 51 52 95 2E 2D 0 2A EF 1E 2D
Octal 121 122 225 56 55 0 52 357 36 55
Binary 1010001 1010010 10010101 101110 101101 0 101010 11101111 11110 101101

Color Harmonies of #515295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515295

Black with #515295

Text Example


Text Example

White with #515295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515295; }

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

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

background-color css

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

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

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

border-color css

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

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

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