Html Css Color HEX #538B70 Cutty Sark

📋 copy color: '#538B70'

red 83 ◦ green 139 ◦ blue 112

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

Shades of Cutty Sark #538B70

Tints of Cutty Sark #538B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

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

R = 24.85%
G = 41.62%
B = 33.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#538B70 (or 0x538B70) is known color: Cutty Sark. HEX triplet: 53, 8B and 70. RGB value is (83,139,112). Sum of RGB (Red+Green+Blue) = 83+139+112=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #538B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B70 is #AC748F. Grayscale: #777777. Windows color (decimal): -11302032 or 7375699. OLE color: 7375699.

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

Color convert

RGB 83 139 112 -
CMYK 0.40 0 0.19 0.45
HSL 151.07º 0.25% 0.44% -
HSV(B) 151.07º 0.4% 0.55% -
XYZ 15.72 21.47 18.65 -
YUV 119.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 83 139 112 0.40 0 0.19 0.45 151.07 0.25 0.44
Hex 53 8B 70 28 0 13 2D 97 19 2C
Octal 123 213 160 50 0 23 55 227 31 54
Binary 1010011 10001011 1110000 101000 0 10011 101101 10010111 11001 101100

Color Harmonies of #538B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B70

Black with #538B70

Text Example


Text Example

White with #538B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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