Html Css Color HEX #538F70 Cutty Sark

📋 copy color: '#538F70'

red 83 ◦ green 143 ◦ blue 112

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

Shades of Cutty Sark #538F70

Tints of Cutty Sark #538F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.31%

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

R = 24.56%
G = 42.31%
B = 33.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#538F70 (or 0x538F70) is known color: Cutty Sark. HEX triplet: 53, 8F and 70. RGB value is (83,143,112). Sum of RGB (Red+Green+Blue) = 83+143+112=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #538F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F70 is #AC708F. Grayscale: #797979. Windows color (decimal): -11301008 or 7376723. OLE color: 7376723.

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

Color convert

RGB 83 143 112 -
CMYK 0.42 0 0.22 0.44
HSL 149º 0.27% 0.44% -
HSV(B) 149º 0.42% 0.56% -
XYZ 16.31 22.65 18.84 -
YUV 121.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 83 143 112 0.42 0 0.22 0.44 149 0.27 0.44
Hex 53 8F 70 2A 0 16 2C 95 1B 2C
Octal 123 217 160 52 0 26 54 225 33 54
Binary 1010011 10001111 1110000 101010 0 10110 101100 10010101 11011 101100

Color Harmonies of #538F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F70

Black with #538F70

Text Example


Text Example

White with #538F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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