Html Css Color HEX #557065 Cutty Sark

📋 copy color: '#557065'

red 85 ◦ green 112 ◦ blue 101

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

Shades of Cutty Sark #557065

Tints of Cutty Sark #557065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 28.52%
G = 37.58%
B = 33.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#557065 (or 0x557065) is known color: Cutty Sark. HEX triplet: 55, 70 and 65. RGB value is (85,112,101). Sum of RGB (Red+Green+Blue) = 85+112+101=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #557065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557065 is #AA8F9A. Grayscale: #666666. Windows color (decimal): -11177883 or 6647893. OLE color: 6647893.

HSL color Cylindrical-coordinate representation of color #557065: hue angle of 155.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #557065 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 101 -
CMYK 0.24 0 0.10 0.56
HSL 155.56º 0.14% 0.39% -
HSV(B) 155.56º 0.24% 0.44% -
XYZ 11.89 14.46 14.48 -
YUV 102.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 85 112 101 0.24 0 0.10 0.56 155.56 0.14 0.39
Hex 55 70 65 18 0 A 38 9C E 27
Octal 125 160 145 30 0 12 70 234 16 47
Binary 1010101 1110000 1100101 11000 0 1010 111000 10011100 1110 100111

Color Harmonies of #557065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557065

Black with #557065

Text Example


Text Example

White with #557065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557065; }

 p { color: rgb(85,112,101); }

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

background-color css

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

 a { background-color: rgb(85,112,101); }

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

border-color css

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

 span { border-color: rgb(85,112,101); }

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