Html Css Color HEX #51509B Governor Bay

📋 copy color: '#51509B'

red 81 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #51509B

Tints of Governor Bay #51509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 25.63%
G = 25.32%
B = 49.05%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51509B (or 0x51509B) is known color: Governor Bay. HEX triplet: 51, 50 and 9B. RGB value is (81,80,155). Sum of RGB (Red+Green+Blue) = 81+80+155=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #51509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51509B is #AEAF64. Grayscale: #585858. Windows color (decimal): -11448165 or 10178641. OLE color: 10178641.

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

Color convert

RGB 81 80 155 -
CMYK 0.48 0.48 0 0.39
HSL 240.8º 0.32% 0.46% -
HSV(B) 240.8º 0.48% 0.61% -
XYZ 12.18 9.85 32.27 -
YUV 88.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 81 80 155 0.48 0.48 0 0.39 240.8 0.32 0.46
Hex 51 50 9B 30 30 0 27 F1 20 2E
Octal 121 120 233 60 60 0 47 361 40 56
Binary 1010001 1010000 10011011 110000 110000 0 100111 11110001 100000 101110

Color Harmonies of #51509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51509B

Black with #51509B

Text Example


Text Example

White with #51509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51509B; }

 p { color: rgb(81,80,155); }

 H1.HeaderClassName
 {
   color: #51509B;
 }
 .AnyTagClassName
 {
   color: #51509B;
 }
</style>

background-color css

<style>
 a { background-color: #51509B; }

 a { background-color: rgb(81,80,155); }

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

border-color css

<style>
 span { border-color: #51509B; }

 span { border-color: rgb(81,80,155); }

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