Html Css Color HEX #557567 Cutty Sark

📋 copy color: '#557567'

red 85 ◦ green 117 ◦ blue 103

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

Shades of Cutty Sark #557567

Tints of Cutty Sark #557567

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

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

R = 27.87%
G = 38.36%
B = 33.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#557567 (or 0x557567) is known color: Cutty Sark. HEX triplet: 55, 75 and 67. RGB value is (85,117,103). Sum of RGB (Red+Green+Blue) = 85+117+103=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #557567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557567 is #AA8A98. Grayscale: #696969. Windows color (decimal): -11176601 or 6780245. OLE color: 6780245.

HSL color Cylindrical-coordinate representation of color #557567: hue angle of 153.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557567 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 103 -
CMYK 0.27 0 0.12 0.54
HSL 153.75º 0.16% 0.4% -
HSV(B) 153.75º 0.27% 0.46% -
XYZ 12.56 15.63 15.19 -
YUV 105.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 85 117 103 0.27 0 0.12 0.54 153.75 0.16 0.4
Hex 55 75 67 1B 0 C 36 9A 10 28
Octal 125 165 147 33 0 14 66 232 20 50
Binary 1010101 1110101 1100111 11011 0 1100 110110 10011010 10000 101000

Color Harmonies of #557567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557567

Black with #557567

Text Example


Text Example

White with #557567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557567; }

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

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

background-color css

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

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

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

border-color css

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

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

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