Html Css Color HEX #557B74 William

📋 copy color: '#557B74'

red 85 ◦ green 123 ◦ blue 116

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

Shades of William #557B74

Tints of William #557B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 26.23%
G = 37.96%
B = 35.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#557B74 (or 0x557B74) is known color: William. HEX triplet: 55, 7B and 74. RGB value is (85,123,116). Sum of RGB (Red+Green+Blue) = 85+123+116=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #557B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B74 is #AA848B. Grayscale: #6E6E6E. Windows color (decimal): -11175052 or 7633749. OLE color: 7633749.

HSL color Cylindrical-coordinate representation of color #557B74: hue angle of 168.95º 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 #557B74 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 116 -
CMYK 0.31 0 0.06 0.52
HSL 168.95º 0.18% 0.41% -
HSV(B) 168.95º 0.31% 0.48% -
XYZ 13.98 17.36 19.14 -
YUV 110.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 85 123 116 0.31 0 0.06 0.52 168.95 0.18 0.41
Hex 55 7B 74 1F 0 6 34 A9 12 29
Octal 125 173 164 37 0 6 64 251 22 51
Binary 1010101 1111011 1110100 11111 0 110 110100 10101001 10010 101001

Color Harmonies of #557B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B74

Black with #557B74

Text Example


Text Example

White with #557B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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