Html Css Color HEX #557C6E Cutty Sark

📋 copy color: '#557C6E'

red 85 ◦ green 124 ◦ blue 110

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

Shades of Cutty Sark #557C6E

Tints of Cutty Sark #557C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 26.65%
G = 38.87%
B = 34.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#557C6E (or 0x557C6E) is known color: Cutty Sark. HEX triplet: 55, 7C and 6E. RGB value is (85,124,110). Sum of RGB (Red+Green+Blue) = 85+124+110=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #557C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C6E is #AA8391. Grayscale: #6E6E6E. Windows color (decimal): -11174802 or 7240789. OLE color: 7240789.

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

Color convert

RGB 85 124 110 -
CMYK 0.31 0 0.11 0.51
HSL 158.46º 0.19% 0.41% -
HSV(B) 158.46º 0.31% 0.49% -
XYZ 13.77 17.47 17.4 -
YUV 110.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 85 124 110 0.31 0 0.11 0.51 158.46 0.19 0.41
Hex 55 7C 6E 1F 0 B 33 9E 13 29
Octal 125 174 156 37 0 13 63 236 23 51
Binary 1010101 1111100 1101110 11111 0 1011 110011 10011110 10011 101001

Color Harmonies of #557C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C6E

Black with #557C6E

Text Example


Text Example

White with #557C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,110); }

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

background-color css

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

 a { background-color: rgb(85,124,110); }

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

border-color css

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

 span { border-color: rgb(85,124,110); }

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