Html Css Color HEX #51529C Governor Bay

📋 copy color: '#51529C'

red 81 ◦ green 82 ◦ blue 156

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

Shades of Governor Bay #51529C

Tints of Governor Bay #51529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 25.39%
G = 25.71%
B = 48.9%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51529C (or 0x51529C) is known color: Governor Bay. HEX triplet: 51, 52 and 9C. RGB value is (81,82,156). Sum of RGB (Red+Green+Blue) = 81+82+156=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #51529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51529C is #AEAD63. Grayscale: #595959. Windows color (decimal): -11447652 or 10244689. OLE color: 10244689.

HSL color Cylindrical-coordinate representation of color #51529C: hue angle of 239.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51529C is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 82 156 -
CMYK 0.48 0.47 0 0.39
HSL 239.2º 0.32% 0.46% -
HSV(B) 239.2º 0.48% 0.61% -
XYZ 12.41 10.18 32.76 -
YUV 90.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 81 82 156 0.48 0.47 0 0.39 239.2 0.32 0.46
Hex 51 52 9C 30 2F 0 27 EF 20 2E
Octal 121 122 234 60 57 0 47 357 40 56
Binary 1010001 1010010 10011100 110000 101111 0 100111 11101111 100000 101110

Color Harmonies of #51529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51529C

Black with #51529C

Text Example


Text Example

White with #51529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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