Html Css Color HEX #51508C Governor Bay

📋 copy color: '#51508C'

red 81 ◦ green 80 ◦ blue 140

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

Shades of Governor Bay #51508C

Tints of Governor Bay #51508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.51%

R = 26.91%
G = 26.58%
B = 46.51%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51508C (or 0x51508C) is known color: Governor Bay. HEX triplet: 51, 50 and 8C. RGB value is (81,80,140). Sum of RGB (Red+Green+Blue) = 81+80+140=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #51508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51508C is #AEAF73. Grayscale: #565656. Windows color (decimal): -11448180 or 9195601. OLE color: 9195601.

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

Color convert

RGB 81 80 140 -
CMYK 0.42 0.43 0 0.45
HSL 241º 0.27% 0.43% -
HSV(B) 241º 0.43% 0.55% -
XYZ 11 9.38 26.04 -
YUV 87.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 81 80 140 0.42 0.43 0 0.45 241 0.27 0.43
Hex 51 50 8C 2A 2B 0 2D F1 1B 2B
Octal 121 120 214 52 53 0 55 361 33 53
Binary 1010001 1010000 10001100 101010 101011 0 101101 11110001 11011 101011

Color Harmonies of #51508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51508C

Black with #51508C

Text Example


Text Example

White with #51508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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