Html Css Color HEX #557B70 Cutty Sark

📋 copy color: '#557B70'

red 85 ◦ green 123 ◦ blue 112

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

Shades of Cutty Sark #557B70

Tints of Cutty Sark #557B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 26.56%
G = 38.44%
B = 35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#557B70 (or 0x557B70) is known color: Cutty Sark. HEX triplet: 55, 7B and 70. RGB value is (85,123,112). Sum of RGB (Red+Green+Blue) = 85+123+112=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 123 - color contains mainly: green. Hex color #557B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B70 is #AA848F. Grayscale: #6E6E6E. Windows color (decimal): -11175056 or 7371605. OLE color: 7371605.

HSL color Cylindrical-coordinate representation of color #557B70: hue angle of 162.63º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B70 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 112 -
CMYK 0.31 0 0.09 0.52
HSL 162.63º 0.18% 0.41% -
HSV(B) 162.63º 0.31% 0.48% -
XYZ 13.75 17.27 17.94 -
YUV 110.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 85 123 112 0.31 0 0.09 0.52 162.63 0.18 0.41
Hex 55 7B 70 1F 0 9 34 A3 12 29
Octal 125 173 160 37 0 11 64 243 22 51
Binary 1010101 1111011 1110000 11111 0 1001 110100 10100011 10010 101001

Color Harmonies of #557B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B70

Black with #557B70

Text Example


Text Example

White with #557B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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