Html Css Color HEX #538A70 Cutty Sark

📋 copy color: '#538A70'

red 83 ◦ green 138 ◦ blue 112

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

Shades of Cutty Sark #538A70

Tints of Cutty Sark #538A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

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

R = 24.92%
G = 41.44%
B = 33.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#538A70 (or 0x538A70) is known color: Cutty Sark. HEX triplet: 53, 8A and 70. RGB value is (83,138,112). Sum of RGB (Red+Green+Blue) = 83+138+112=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #538A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A70 is #AC758F. Grayscale: #767676. Windows color (decimal): -11302288 or 7375443. OLE color: 7375443.

HSL color Cylindrical-coordinate representation of color #538A70: hue angle of 151.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A70 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 138 112 -
CMYK 0.40 0 0.19 0.46
HSL 151.64º 0.25% 0.43% -
HSV(B) 151.64º 0.4% 0.54% -
XYZ 15.58 21.19 18.6 -
YUV 118.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 83 138 112 0.40 0 0.19 0.46 151.64 0.25 0.43
Hex 53 8A 70 28 0 13 2E 98 19 2B
Octal 123 212 160 50 0 23 56 230 31 53
Binary 1010011 10001010 1110000 101000 0 10011 101110 10011000 11001 101011

Color Harmonies of #538A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A70

Black with #538A70

Text Example


Text Example

White with #538A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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