Html Css Color HEX #557F75 Cutty Sark

📋 copy color: '#557F75'

red 85 ◦ green 127 ◦ blue 117

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

Shades of Cutty Sark #557F75

Tints of Cutty Sark #557F75

RGB

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

 GREEN value IS 127 (50% from 255) = 38.6%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 25.84%
G = 38.6%
B = 35.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#557F75 (or 0x557F75) is known color: Cutty Sark. HEX triplet: 55, 7F and 75. RGB value is (85,127,117). Sum of RGB (Red+Green+Blue) = 85+127+117=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 127 - color contains mainly: green. Hex color #557F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F75 is #AA808A. Grayscale: #717171. Windows color (decimal): -11174027 or 7700309. OLE color: 7700309.

HSL color Cylindrical-coordinate representation of color #557F75: hue angle of 165.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557F75 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 127 117 -
CMYK 0.33 0 0.08 0.50
HSL 165.71º 0.2% 0.42% -
HSV(B) 165.71º 0.33% 0.5% -
XYZ 14.55 18.39 19.61 -
YUV 113.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 85 127 117 0.33 0 0.08 0.50 165.71 0.2 0.42
Hex 55 7F 75 21 0 8 32 A6 14 2A
Octal 125 177 165 41 0 10 62 246 24 52
Binary 1010101 1111111 1110101 100001 0 1000 110010 10100110 10100 101010

Color Harmonies of #557F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F75

Black with #557F75

Text Example


Text Example

White with #557F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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