Html Css Color HEX #548B7B Cutty Sark

📋 copy color: '#548B7B'

red 84 ◦ green 139 ◦ blue 123

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

Shades of Cutty Sark #548B7B

Tints of Cutty Sark #548B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 24.28%
G = 40.17%
B = 35.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#548B7B (or 0x548B7B) is known color: Cutty Sark. HEX triplet: 54, 8B and 7B. RGB value is (84,139,123). Sum of RGB (Red+Green+Blue) = 84+139+123=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #548B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B7B is #AB7484. Grayscale: #787878. Windows color (decimal): -11236485 or 8096596. OLE color: 8096596.

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

Color convert

RGB 84 139 123 -
CMYK 0.40 0 0.12 0.45
HSL 162.55º 0.25% 0.44% -
HSV(B) 162.55º 0.4% 0.55% -
XYZ 16.46 21.78 22.08 -
YUV 120.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 84 139 123 0.40 0 0.12 0.45 162.55 0.25 0.44
Hex 54 8B 7B 28 0 C 2D A3 19 2C
Octal 124 213 173 50 0 14 55 243 31 54
Binary 1010100 10001011 1111011 101000 0 1100 101101 10100011 11001 101100

Color Harmonies of #548B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548B7B

Black with #548B7B

Text Example


Text Example

White with #548B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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