Html Css Color HEX #538472 Cutty Sark

📋 copy color: '#538472'

red 83 ◦ green 132 ◦ blue 114

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

Shades of Cutty Sark #538472

Tints of Cutty Sark #538472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 25.23%
G = 40.12%
B = 34.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#538472 (or 0x538472) is known color: Cutty Sark. HEX triplet: 53, 84 and 72. RGB value is (83,132,114). Sum of RGB (Red+Green+Blue) = 83+132+114=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #538472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538472 is #AC7B8D. Grayscale: #737373. Windows color (decimal): -11303822 or 7504979. OLE color: 7504979.

HSL color Cylindrical-coordinate representation of color #538472: hue angle of 157.96º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538472 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 132 114 -
CMYK 0.37 0 0.14 0.48
HSL 157.96º 0.23% 0.42% -
HSV(B) 157.96º 0.37% 0.52% -
XYZ 14.86 19.56 18.91 -
YUV 115.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 83 132 114 0.37 0 0.14 0.48 157.96 0.23 0.42
Hex 53 84 72 25 0 E 30 9E 17 2A
Octal 123 204 162 45 0 16 60 236 27 52
Binary 1010011 10000100 1110010 100101 0 1110 110000 10011110 10111 101010

Color Harmonies of #538472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538472

Black with #538472

Text Example


Text Example

White with #538472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538472; }

 p { color: rgb(83,132,114); }

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

background-color css

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

 a { background-color: rgb(83,132,114); }

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

border-color css

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

 span { border-color: rgb(83,132,114); }

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