Html Css Color HEX #557768 Cutty Sark

📋 copy color: '#557768'

red 85 ◦ green 119 ◦ blue 104

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

Shades of Cutty Sark #557768

Tints of Cutty Sark #557768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 27.6%
G = 38.64%
B = 33.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#557768 (or 0x557768) is known color: Cutty Sark. HEX triplet: 55, 77 and 68. RGB value is (85,119,104). Sum of RGB (Red+Green+Blue) = 85+119+104=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #557768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557768 is #AA8897. Grayscale: #6B6B6B. Windows color (decimal): -11176088 or 6846293. OLE color: 6846293.

HSL color Cylindrical-coordinate representation of color #557768: hue angle of 153.53º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557768 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 104 -
CMYK 0.29 0 0.13 0.53
HSL 153.53º 0.17% 0.4% -
HSV(B) 153.53º 0.29% 0.47% -
XYZ 12.84 16.12 15.53 -
YUV 107.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 85 119 104 0.29 0 0.13 0.53 153.53 0.17 0.4
Hex 55 77 68 1D 0 D 35 9A 11 28
Octal 125 167 150 35 0 15 65 232 21 50
Binary 1010101 1110111 1101000 11101 0 1101 110101 10011010 10001 101000

Color Harmonies of #557768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557768

Black with #557768

Text Example


Text Example

White with #557768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557768; }

 p { color: rgb(85,119,104); }

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

background-color css

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

 a { background-color: rgb(85,119,104); }

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

border-color css

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

 span { border-color: rgb(85,119,104); }

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