Html Css Color HEX #548B77 Cutty Sark

📋 copy color: '#548B77'

red 84 ◦ green 139 ◦ blue 119

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

Shades of Cutty Sark #548B77

Tints of Cutty Sark #548B77

RGB

 RED value IS 84 (33.2% from 255) = 24.56%

 GREEN value IS 139 (54.69% from 255) = 40.64%

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 24.56%
G = 40.64%
B = 34.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#548B77 (or 0x548B77) is known color: Cutty Sark. HEX triplet: 54, 8B and 77. RGB value is (84,139,119). Sum of RGB (Red+Green+Blue) = 84+139+119=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #548B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B77 is #AB7488. Grayscale: #787878. Windows color (decimal): -11236489 or 7834452. OLE color: 7834452.

HSL color Cylindrical-coordinate representation of color #548B77: hue angle of 158.18º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B77 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 139 119 -
CMYK 0.40 0 0.14 0.45
HSL 158.18º 0.25% 0.44% -
HSV(B) 158.18º 0.4% 0.55% -
XYZ 16.22 21.68 20.78 -
YUV 120.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 84 139 119 0.40 0 0.14 0.45 158.18 0.25 0.44
Hex 54 8B 77 28 0 E 2D 9E 19 2C
Octal 124 213 167 50 0 16 55 236 31 54
Binary 1010100 10001011 1110111 101000 0 1110 101101 10011110 11001 101100

Color Harmonies of #548B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548B77

Black with #548B77

Text Example


Text Example

White with #548B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548B77; }

 p { color: rgb(84,139,119); }

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

background-color css

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

 a { background-color: rgb(84,139,119); }

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

border-color css

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

 span { border-color: rgb(84,139,119); }

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