Html Css Color HEX #538B71 Cutty Sark

📋 copy color: '#538B71'

red 83 ◦ green 139 ◦ blue 113

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

Shades of Cutty Sark #538B71

Tints of Cutty Sark #538B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 24.78%
G = 41.49%
B = 33.73%

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

#538B71 (or 0x538B71) is known color: Cutty Sark. HEX triplet: 53, 8B and 71. RGB value is (83,139,113). Sum of RGB (Red+Green+Blue) = 83+139+113=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #538B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B71 is #AC748E. Grayscale: #777777. Windows color (decimal): -11302031 or 7441235. OLE color: 7441235.

HSL color Cylindrical-coordinate representation of color #538B71: hue angle of 152.14º 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 #538B71 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 113 -
CMYK 0.40 0 0.19 0.45
HSL 152.14º 0.25% 0.44% -
HSV(B) 152.14º 0.4% 0.55% -
XYZ 15.78 21.5 18.94 -
YUV 119.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 83 139 113 0.40 0 0.19 0.45 152.14 0.25 0.44
Hex 53 8B 71 28 0 13 2D 98 19 2C
Octal 123 213 161 50 0 23 55 230 31 54
Binary 1010011 10001011 1110001 101000 0 10011 101101 10011000 11001 101100

Color Harmonies of #538B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B71

Black with #538B71

Text Example


Text Example

White with #538B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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