Html Css Color HEX #539475 Cutty Sark

📋 copy color: '#539475'

red 83 ◦ green 148 ◦ blue 117

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

Shades of Cutty Sark #539475

Tints of Cutty Sark #539475

RGB

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

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

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

R = 23.85%
G = 42.53%
B = 33.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#539475 (or 0x539475) is known color: Cutty Sark. HEX triplet: 53, 94 and 75. RGB value is (83,148,117). Sum of RGB (Red+Green+Blue) = 83+148+117=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #539475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539475 is #AC6B8A. Grayscale: #7D7D7D. Windows color (decimal): -11299723 or 7705683. OLE color: 7705683.

HSL color Cylindrical-coordinate representation of color #539475: hue angle of 151.38º 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 #539475 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 117 -
CMYK 0.44 0 0.21 0.42
HSL 151.38º 0.28% 0.45% -
HSV(B) 151.38º 0.44% 0.58% -
XYZ 17.37 24.3 20.61 -
YUV 125.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 83 148 117 0.44 0 0.21 0.42 151.38 0.28 0.45
Hex 53 94 75 2C 0 15 2A 97 1C 2D
Octal 123 224 165 54 0 25 52 227 34 55
Binary 1010011 10010100 1110101 101100 0 10101 101010 10010111 11100 101101

Color Harmonies of #539475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539475

Black with #539475

Text Example


Text Example

White with #539475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539475; }

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

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

background-color css

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

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

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

border-color css

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

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

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