Html Css Color HEX #557767 Cutty Sark

📋 copy color: '#557767'

red 85 ◦ green 119 ◦ blue 103

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

Shades of Cutty Sark #557767

Tints of Cutty Sark #557767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.55%

R = 27.69%
G = 38.76%
B = 33.55%

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

#557767 (or 0x557767) is known color: Cutty Sark. HEX triplet: 55, 77 and 67. RGB value is (85,119,103). Sum of RGB (Red+Green+Blue) = 85+119+103=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #557767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557767 is #AA8898. Grayscale: #6B6B6B. Windows color (decimal): -11176089 or 6780757. OLE color: 6780757.

HSL color Cylindrical-coordinate representation of color #557767: hue angle of 151.76º 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 #557767 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 103 -
CMYK 0.29 0 0.13 0.53
HSL 151.76º 0.17% 0.4% -
HSV(B) 151.76º 0.29% 0.47% -
XYZ 12.79 16.1 15.27 -
YUV 107.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 85 119 103 0.29 0 0.13 0.53 151.76 0.17 0.4
Hex 55 77 67 1D 0 D 35 98 11 28
Octal 125 167 147 35 0 15 65 230 21 50
Binary 1010101 1110111 1100111 11101 0 1101 110101 10011000 10001 101000

Color Harmonies of #557767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557767

Black with #557767

Text Example


Text Example

White with #557767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557767; }

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

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

background-color css

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

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

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

border-color css

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

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

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