Html Css Color HEX #557B72 William

📋 copy color: '#557B72'

red 85 ◦ green 123 ◦ blue 114

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

Shades of William #557B72

Tints of William #557B72

RGB

 RED value IS 85 (33.59% from 255) = 26.4%

 GREEN value IS 123 (48.44% from 255) = 38.2%

 BLUE value IS 114 (44.92% from 255) = 35.4%

R = 26.4%
G = 38.2%
B = 35.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#557B72 (or 0x557B72) is known color: William. HEX triplet: 55, 7B and 72. RGB value is (85,123,114). Sum of RGB (Red+Green+Blue) = 85+123+114=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #557B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B72 is #AA848D. Grayscale: #6E6E6E. Windows color (decimal): -11175054 or 7502677. OLE color: 7502677.

HSL color Cylindrical-coordinate representation of color #557B72: hue angle of 165.79º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B72 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 114 -
CMYK 0.31 0 0.07 0.52
HSL 165.79º 0.18% 0.41% -
HSV(B) 165.79º 0.31% 0.48% -
XYZ 13.87 17.31 18.53 -
YUV 110.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 85 123 114 0.31 0 0.07 0.52 165.79 0.18 0.41
Hex 55 7B 72 1F 0 7 34 A6 12 29
Octal 125 173 162 37 0 7 64 246 22 51
Binary 1010101 1111011 1110010 11111 0 111 110100 10100110 10010 101001

Color Harmonies of #557B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B72

Black with #557B72

Text Example


Text Example

White with #557B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557B72; }

 p { color: rgb(85,123,114); }

 H1.HeaderClassName
 {
   color: #557B72;
 }
 .AnyTagClassName
 {
   color: #557B72;
 }
</style>

background-color css

<style>
 a { background-color: #557B72; }

 a { background-color: rgb(85,123,114); }

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

border-color css

<style>
 span { border-color: #557B72; }

 span { border-color: rgb(85,123,114); }

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