Html Css Color HEX #51677F Wedgewood

📋 copy color: '#51677F'

red 81 ◦ green 103 ◦ blue 127

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

Shades of Wedgewood #51677F

Tints of Wedgewood #51677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 26.05%
G = 33.12%
B = 40.84%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51677F (or 0x51677F) is known color: Wedgewood. HEX triplet: 51, 67 and 7F. RGB value is (81,103,127). Sum of RGB (Red+Green+Blue) = 81+103+127=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #51677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51677F is #AE9880. Grayscale: #636363. Windows color (decimal): -11442305 or 8349521. OLE color: 8349521.

HSL color Cylindrical-coordinate representation of color #51677F: hue angle of 211.3º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51677F is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 103 127 -
CMYK 0.36 0.19 0 0.50
HSL 211.3º 0.22% 0.41% -
HSV(B) 211.3º 0.36% 0.5% -
XYZ 12.07 12.98 21.95 -
YUV 99.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 81 103 127 0.36 0.19 0 0.50 211.3 0.22 0.41
Hex 51 67 7F 24 13 0 32 D3 16 29
Octal 121 147 177 44 23 0 62 323 26 51
Binary 1010001 1100111 1111111 100100 10011 0 110010 11010011 10110 101001

Color Harmonies of #51677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51677F

Black with #51677F

Text Example


Text Example

White with #51677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,103,127); }

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

background-color css

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

 a { background-color: rgb(81,103,127); }

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

border-color css

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

 span { border-color: rgb(81,103,127); }

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