Html Css Color HEX #557E6D Cutty Sark

📋 copy color: '#557E6D'

red 85 ◦ green 126 ◦ blue 109

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

Shades of Cutty Sark #557E6D

Tints of Cutty Sark #557E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 26.56%
G = 39.38%
B = 34.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#557E6D (or 0x557E6D) is known color: Cutty Sark. HEX triplet: 55, 7E and 6D. RGB value is (85,126,109). Sum of RGB (Red+Green+Blue) = 85+126+109=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 126 - color contains mainly: green. Hex color #557E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E6D is #AA8192. Grayscale: #6F6F6F. Windows color (decimal): -11174291 or 7175765. OLE color: 7175765.

HSL color Cylindrical-coordinate representation of color #557E6D: hue angle of 155.12º 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 #557E6D is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 126 109 -
CMYK 0.33 0 0.13 0.51
HSL 155.12º 0.19% 0.41% -
HSV(B) 155.12º 0.33% 0.49% -
XYZ 13.97 17.96 17.2 -
YUV 111.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 85 126 109 0.33 0 0.13 0.51 155.12 0.19 0.41
Hex 55 7E 6D 21 0 D 33 9B 13 29
Octal 125 176 155 41 0 15 63 233 23 51
Binary 1010101 1111110 1101101 100001 0 1101 110011 10011011 10011 101001

Color Harmonies of #557E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557E6D

Black with #557E6D

Text Example


Text Example

White with #557E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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