Html Css Color HEX #51738B Wedgewood

📋 copy color: '#51738B'

red 81 ◦ green 115 ◦ blue 139

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

Shades of Wedgewood #51738B

Tints of Wedgewood #51738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.33%

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 24.18%
G = 34.33%
B = 41.49%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51738B (or 0x51738B) is known color: Wedgewood. HEX triplet: 51, 73 and 8B. RGB value is (81,115,139). Sum of RGB (Red+Green+Blue) = 81+115+139=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #51738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51738B is #AE8C74. Grayscale: #6B6B6B. Windows color (decimal): -11439221 or 9139025. OLE color: 9139025.

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

Color convert

RGB 81 115 139 -
CMYK 0.42 0.17 0 0.45
HSL 204.83º 0.26% 0.43% -
HSV(B) 204.83º 0.42% 0.55% -
XYZ 14.18 15.87 26.74 -
YUV 107.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 81 115 139 0.42 0.17 0 0.45 204.83 0.26 0.43
Hex 51 73 8B 2A 11 0 2D CD 1A 2B
Octal 121 163 213 52 21 0 55 315 32 53
Binary 1010001 1110011 10001011 101010 10001 0 101101 11001101 11010 101011

Color Harmonies of #51738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51738B

Black with #51738B

Text Example


Text Example

White with #51738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,115,139); }

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

background-color css

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

 a { background-color: rgb(81,115,139); }

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

border-color css

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

 span { border-color: rgb(81,115,139); }

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