Html Css Color HEX #539477 Cutty Sark

📋 copy color: '#539477'

red 83 ◦ green 148 ◦ blue 119

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

Shades of Cutty Sark #539477

Tints of Cutty Sark #539477

RGB

 RED value IS 83 (32.81% from 255) = 23.71%

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 23.71%
G = 42.29%
B = 34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#539477 (or 0x539477) is known color: Cutty Sark. HEX triplet: 53, 94 and 77. RGB value is (83,148,119). Sum of RGB (Red+Green+Blue) = 83+148+119=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #539477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539477 is #AC6B88. Grayscale: #7D7D7D. Windows color (decimal): -11299721 or 7836755. OLE color: 7836755.

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

Color convert

RGB 83 148 119 -
CMYK 0.44 0 0.20 0.42
HSL 153.23º 0.28% 0.45% -
HSV(B) 153.23º 0.44% 0.58% -
XYZ 17.49 24.35 21.23 -
YUV 125.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 83 148 119 0.44 0 0.20 0.42 153.23 0.28 0.45
Hex 53 94 77 2C 0 14 2A 99 1C 2D
Octal 123 224 167 54 0 24 52 231 34 55
Binary 1010011 10010100 1110111 101100 0 10100 101010 10011001 11100 101101

Color Harmonies of #539477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539477

Black with #539477

Text Example


Text Example

White with #539477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539477; }

 p { color: rgb(83,148,119); }

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

background-color css

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

 a { background-color: rgb(83,148,119); }

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

border-color css

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

 span { border-color: rgb(83,148,119); }

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