Html Css Color HEX #557E6F Cutty Sark

📋 copy color: '#557E6F'

red 85 ◦ green 126 ◦ blue 111

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

Shades of Cutty Sark #557E6F

Tints of Cutty Sark #557E6F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.13%

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 26.4%
G = 39.13%
B = 34.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#557E6F (or 0x557E6F) is known color: Cutty Sark. HEX triplet: 55, 7E and 6F. RGB value is (85,126,111). Sum of RGB (Red+Green+Blue) = 85+126+111=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 126 - color contains mainly: green. Hex color #557E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E6F is #AA8190. Grayscale: #707070. Windows color (decimal): -11174289 or 7306837. OLE color: 7306837.

HSL color Cylindrical-coordinate representation of color #557E6F: hue angle of 158.05º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557E6F is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 126 111 -
CMYK 0.33 0 0.12 0.51
HSL 158.05º 0.19% 0.41% -
HSV(B) 158.05º 0.33% 0.49% -
XYZ 14.08 18 17.77 -
YUV 112.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 85 126 111 0.33 0 0.12 0.51 158.05 0.19 0.41
Hex 55 7E 6F 21 0 C 33 9E 13 29
Octal 125 176 157 41 0 14 63 236 23 51
Binary 1010101 1111110 1101111 100001 0 1100 110011 10011110 10011 101001

Color Harmonies of #557E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557E6F

Black with #557E6F

Text Example


Text Example

White with #557E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,126,111); }

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

background-color css

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

 a { background-color: rgb(85,126,111); }

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

border-color css

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

 span { border-color: rgb(85,126,111); }

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