Html Css Color HEX #557B69 Cutty Sark

📋 copy color: '#557B69'

red 85 ◦ green 123 ◦ blue 105

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

Shades of Cutty Sark #557B69

Tints of Cutty Sark #557B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 27.16%
G = 39.3%
B = 33.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#557B69 (or 0x557B69) is known color: Cutty Sark. HEX triplet: 55, 7B and 69. RGB value is (85,123,105). Sum of RGB (Red+Green+Blue) = 85+123+105=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #557B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B69 is #AA8496. Grayscale: #6D6D6D. Windows color (decimal): -11175063 or 6912853. OLE color: 6912853.

HSL color Cylindrical-coordinate representation of color #557B69: hue angle of 151.58º 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 #557B69 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 105 -
CMYK 0.31 0 0.15 0.52
HSL 151.58º 0.18% 0.41% -
HSV(B) 151.58º 0.31% 0.48% -
XYZ 13.38 17.12 15.96 -
YUV 109.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 85 123 105 0.31 0 0.15 0.52 151.58 0.18 0.41
Hex 55 7B 69 1F 0 F 34 98 12 29
Octal 125 173 151 37 0 17 64 230 22 51
Binary 1010101 1111011 1101001 11111 0 1111 110100 10011000 10010 101001

Color Harmonies of #557B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B69

Black with #557B69

Text Example


Text Example

White with #557B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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