Html Css Color HEX #51727E Bismark

📋 copy color: '#51727E'

red 81 ◦ green 114 ◦ blue 126

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

Shades of Bismark #51727E

Tints of Bismark #51727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 25.23%
G = 35.51%
B = 39.25%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51727E (or 0x51727E) is known color: Bismark. HEX triplet: 51, 72 and 7E. RGB value is (81,114,126). Sum of RGB (Red+Green+Blue) = 81+114+126=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 126 - color contains mainly: blue. Hex color #51727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51727E is #AE8D81. Grayscale: #696969. Windows color (decimal): -11439490 or 8286801. OLE color: 8286801.

HSL color Cylindrical-coordinate representation of color #51727E: hue angle of 196º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51727E is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 114 126 -
CMYK 0.36 0.10 0 0.51
HSL 196º 0.22% 0.41% -
HSV(B) 196º 0.36% 0.49% -
XYZ 13.18 15.29 22 -
YUV 105.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 81 114 126 0.36 0.10 0 0.51 196 0.22 0.41
Hex 51 72 7E 24 A 0 33 C4 16 29
Octal 121 162 176 44 12 0 63 304 26 51
Binary 1010001 1110010 1111110 100100 1010 0 110011 11000100 10110 101001

Color Harmonies of #51727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51727E

Black with #51727E

Text Example


Text Example

White with #51727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51727E; }

 p { color: rgb(81,114,126); }

 H1.HeaderClassName
 {
   color: #51727E;
 }
 .AnyTagClassName
 {
   color: #51727E;
 }
</style>

background-color css

<style>
 a { background-color: #51727E; }

 a { background-color: rgb(81,114,126); }

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

border-color css

<style>
 span { border-color: #51727E; }

 span { border-color: rgb(81,114,126); }

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