Html Css Color HEX #515294 Governor Bay

📋 copy color: '#515294'

red 81 ◦ green 82 ◦ blue 148

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

Shades of Governor Bay #515294

Tints of Governor Bay #515294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 26.05%
G = 26.37%
B = 47.59%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#515294 (or 0x515294) is known color: Governor Bay. HEX triplet: 51, 52 and 94. RGB value is (81,82,148). Sum of RGB (Red+Green+Blue) = 81+82+148=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #515294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515294 is #AEAD6B. Grayscale: #585858. Windows color (decimal): -11447660 or 9720401. OLE color: 9720401.

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

Color convert

RGB 81 82 148 -
CMYK 0.45 0.45 0 0.42
HSL 239.1º 0.29% 0.45% -
HSV(B) 239.1º 0.45% 0.58% -
XYZ 11.76 9.92 29.31 -
YUV 89.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 81 82 148 0.45 0.45 0 0.42 239.1 0.29 0.45
Hex 51 52 94 2D 2D 0 2A EF 1D 2D
Octal 121 122 224 55 55 0 52 357 35 55
Binary 1010001 1010010 10010100 101101 101101 0 101010 11101111 11101 101101

Color Harmonies of #515294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515294

Black with #515294

Text Example


Text Example

White with #515294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515294; }

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

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

background-color css

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

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

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

border-color css

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

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

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