Html Css Color HEX #51588D Governor Bay

📋 copy color: '#51588D'

red 81 ◦ green 88 ◦ blue 141

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

Shades of Governor Bay #51588D

Tints of Governor Bay #51588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 26.13%
G = 28.39%
B = 45.48%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51588D (or 0x51588D) is known color: Governor Bay. HEX triplet: 51, 58 and 8D. RGB value is (81,88,141). Sum of RGB (Red+Green+Blue) = 81+88+141=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #51588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51588D is #AEA772. Grayscale: #5B5B5B. Windows color (decimal): -11446131 or 9263185. OLE color: 9263185.

HSL color Cylindrical-coordinate representation of color #51588D: hue angle of 233º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51588D is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 88 141 -
CMYK 0.43 0.38 0 0.45
HSL 233º 0.27% 0.44% -
HSV(B) 233º 0.43% 0.55% -
XYZ 11.69 10.65 26.64 -
YUV 91.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 81 88 141 0.43 0.38 0 0.45 233 0.27 0.44
Hex 51 58 8D 2B 26 0 2D E9 1B 2C
Octal 121 130 215 53 46 0 55 351 33 54
Binary 1010001 1011000 10001101 101011 100110 0 101101 11101001 11011 101100

Color Harmonies of #51588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51588D

Black with #51588D

Text Example


Text Example

White with #51588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51588D; }

 p { color: rgb(81,88,141); }

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

background-color css

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

 a { background-color: rgb(81,88,141); }

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

border-color css

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

 span { border-color: rgb(81,88,141); }

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