Html Css Color HEX #51589F Governor Bay

📋 copy color: '#51589F'

red 81 ◦ green 88 ◦ blue 159

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

Shades of Governor Bay #51589F

Tints of Governor Bay #51589F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.48%

R = 24.7%
G = 26.83%
B = 48.48%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51589F (or 0x51589F) is known color: Governor Bay. HEX triplet: 51, 58 and 9F. RGB value is (81,88,159). Sum of RGB (Red+Green+Blue) = 81+88+159=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #51589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51589F is #AEA760. Grayscale: #5D5D5D. Windows color (decimal): -11446113 or 10442833. OLE color: 10442833.

HSL color Cylindrical-coordinate representation of color #51589F: hue angle of 234.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51589F is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 88 159 -
CMYK 0.49 0.45 0 0.38
HSL 234.62º 0.33% 0.47% -
HSV(B) 234.62º 0.49% 0.62% -
XYZ 13.14 11.23 34.28 -
YUV 94 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 81 88 159 0.49 0.45 0 0.38 234.62 0.33 0.47
Hex 51 58 9F 31 2D 0 26 EB 20 2F
Octal 121 130 237 61 55 0 46 353 40 57
Binary 1010001 1011000 10011111 110001 101101 0 100110 11101011 100000 101111

Color Harmonies of #51589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51589F

Black with #51589F

Text Example


Text Example

White with #51589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51589F; }

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

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

background-color css

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

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

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

border-color css

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

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

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