Html Css Color HEX #548B6C Cutty Sark

📋 copy color: '#548B6C'

red 84 ◦ green 139 ◦ blue 108

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

Shades of Cutty Sark #548B6C

Tints of Cutty Sark #548B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 25.38%
G = 41.99%
B = 32.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#548B6C (or 0x548B6C) is known color: Cutty Sark. HEX triplet: 54, 8B and 6C. RGB value is (84,139,108). Sum of RGB (Red+Green+Blue) = 84+139+108=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #548B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B6C is #AB7493. Grayscale: #777777. Windows color (decimal): -11236500 or 7113556. OLE color: 7113556.

HSL color Cylindrical-coordinate representation of color #548B6C: hue angle of 146.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 #548B6C is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 139 108 -
CMYK 0.40 0 0.22 0.45
HSL 146.18º 0.25% 0.44% -
HSV(B) 146.18º 0.4% 0.55% -
XYZ 15.6 21.43 17.5 -
YUV 119.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 84 139 108 0.40 0 0.22 0.45 146.18 0.25 0.44
Hex 54 8B 6C 28 0 16 2D 92 19 2C
Octal 124 213 154 50 0 26 55 222 31 54
Binary 1010100 10001011 1101100 101000 0 10110 101101 10010010 11001 101100

Color Harmonies of #548B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548B6C

Black with #548B6C

Text Example


Text Example

White with #548B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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