Html Css Color HEX #51559C Governor Bay

📋 copy color: '#51559C'

red 81 ◦ green 85 ◦ blue 156

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

Shades of Governor Bay #51559C

Tints of Governor Bay #51559C

RGB

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

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

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

R = 25.16%
G = 26.4%
B = 48.45%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51559C (or 0x51559C) is known color: Governor Bay. HEX triplet: 51, 55 and 9C. RGB value is (81,85,156). Sum of RGB (Red+Green+Blue) = 81+85+156=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #51559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51559C is #AEAA63. Grayscale: #5B5B5B. Windows color (decimal): -11446884 or 10245457. OLE color: 10245457.

HSL color Cylindrical-coordinate representation of color #51559C: hue angle of 236.8º 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 #51559C is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 85 156 -
CMYK 0.48 0.46 0 0.39
HSL 236.8º 0.32% 0.46% -
HSV(B) 236.8º 0.48% 0.61% -
XYZ 12.64 10.65 32.84 -
YUV 91.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 81 85 156 0.48 0.46 0 0.39 236.8 0.32 0.46
Hex 51 55 9C 30 2E 0 27 ED 20 2E
Octal 121 125 234 60 56 0 47 355 40 56
Binary 1010001 1010101 10011100 110000 101110 0 100111 11101101 100000 101110

Color Harmonies of #51559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51559C

Black with #51559C

Text Example


Text Example

White with #51559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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