Html Css Color HEX #51599A Governor Bay

📋 copy color: '#51599A'

red 81 ◦ green 89 ◦ blue 154

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

Shades of Governor Bay #51599A

Tints of Governor Bay #51599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 154 (60.55% from 255) = 47.53%

R = 25%
G = 27.47%
B = 47.53%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#51599A (or 0x51599A) is known color: Governor Bay. HEX triplet: 51, 59 and 9A. RGB value is (81,89,154). Sum of RGB (Red+Green+Blue) = 81+89+154=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #51599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51599A is #AEA665. Grayscale: #5D5D5D. Windows color (decimal): -11445862 or 10115409. OLE color: 10115409.

HSL color Cylindrical-coordinate representation of color #51599A: hue angle of 233.42º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51599A is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 89 154 -
CMYK 0.47 0.42 0 0.40
HSL 233.42º 0.31% 0.46% -
HSV(B) 233.42º 0.47% 0.6% -
XYZ 12.8 11.23 32.06 -
YUV 94.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 81 89 154 0.47 0.42 0 0.40 233.42 0.31 0.46
Hex 51 59 9A 2F 2A 0 28 E9 1F 2E
Octal 121 131 232 57 52 0 50 351 37 56
Binary 1010001 1011001 10011010 101111 101010 0 101000 11101001 11111 101110

Color Harmonies of #51599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51599A

Black with #51599A

Text Example


Text Example

White with #51599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51599A; }

 p { color: rgb(81,89,154); }

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

background-color css

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

 a { background-color: rgb(81,89,154); }

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

border-color css

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

 span { border-color: rgb(81,89,154); }

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