Html Css Color HEX #549075 Cutty Sark

📋 copy color: '#549075'

red 84 ◦ green 144 ◦ blue 117

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

Shades of Cutty Sark #549075

Tints of Cutty Sark #549075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

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

R = 24.35%
G = 41.74%
B = 33.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#549075 (or 0x549075) is known color: Cutty Sark. HEX triplet: 54, 90 and 75. RGB value is (84,144,117). Sum of RGB (Red+Green+Blue) = 84+144+117=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #549075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549075 is #AB6F8A. Grayscale: #7B7B7B. Windows color (decimal): -11235211 or 7704660. OLE color: 7704660.

HSL color Cylindrical-coordinate representation of color #549075: hue angle of 153º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549075 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 144 117 -
CMYK 0.42 0 0.19 0.44
HSL 153º 0.26% 0.45% -
HSV(B) 153º 0.42% 0.56% -
XYZ 16.84 23.12 20.4 -
YUV 122.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 84 144 117 0.42 0 0.19 0.44 153 0.26 0.45
Hex 54 90 75 2A 0 13 2C 99 1A 2D
Octal 124 220 165 52 0 23 54 231 32 55
Binary 1010100 10010000 1110101 101010 0 10011 101100 10011001 11010 101101

Color Harmonies of #549075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549075

Black with #549075

Text Example


Text Example

White with #549075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549075; }

 p { color: rgb(84,144,117); }

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

background-color css

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

 a { background-color: rgb(84,144,117); }

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

border-color css

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

 span { border-color: rgb(84,144,117); }

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