Html Css Color HEX #538370 Cutty Sark

📋 copy color: '#538370'

red 83 ◦ green 131 ◦ blue 112

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

Shades of Cutty Sark #538370

Tints of Cutty Sark #538370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 25.46%
G = 40.18%
B = 34.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#538370 (or 0x538370) is known color: Cutty Sark. HEX triplet: 53, 83 and 70. RGB value is (83,131,112). Sum of RGB (Red+Green+Blue) = 83+131+112=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #538370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538370 is #AC7C8F. Grayscale: #727272. Windows color (decimal): -11304080 or 7373651. OLE color: 7373651.

HSL color Cylindrical-coordinate representation of color #538370: hue angle of 156.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538370 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 112 -
CMYK 0.37 0 0.15 0.49
HSL 156.25º 0.22% 0.42% -
HSV(B) 156.25º 0.37% 0.51% -
XYZ 14.61 19.24 18.27 -
YUV 114.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 83 131 112 0.37 0 0.15 0.49 156.25 0.22 0.42
Hex 53 83 70 25 0 F 31 9C 16 2A
Octal 123 203 160 45 0 17 61 234 26 52
Binary 1010011 10000011 1110000 100101 0 1111 110001 10011100 10110 101010

Color Harmonies of #538370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538370

Black with #538370

Text Example


Text Example

White with #538370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538370; }

 p { color: rgb(83,131,112); }

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

background-color css

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

 a { background-color: rgb(83,131,112); }

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

border-color css

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

 span { border-color: rgb(83,131,112); }

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