Html Css Color HEX #538F6F Cutty Sark

📋 copy color: '#538F6F'

red 83 ◦ green 143 ◦ blue 111

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

Shades of Cutty Sark #538F6F

Tints of Cutty Sark #538F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 24.63%
G = 42.43%
B = 32.94%

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

#538F6F (or 0x538F6F) is known color: Cutty Sark. HEX triplet: 53, 8F and 6F. RGB value is (83,143,111). Sum of RGB (Red+Green+Blue) = 83+143+111=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #538F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F6F is #AC7090. Grayscale: #797979. Windows color (decimal): -11301009 or 7311187. OLE color: 7311187.

HSL color Cylindrical-coordinate representation of color #538F6F: hue angle of 148º 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 #538F6F is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 111 -
CMYK 0.42 0 0.22 0.44
HSL 148º 0.27% 0.44% -
HSV(B) 148º 0.42% 0.56% -
XYZ 16.26 22.63 18.55 -
YUV 121.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 83 143 111 0.42 0 0.22 0.44 148 0.27 0.44
Hex 53 8F 6F 2A 0 16 2C 94 1B 2C
Octal 123 217 157 52 0 26 54 224 33 54
Binary 1010011 10001111 1101111 101010 0 10110 101100 10010100 11011 101100

Color Harmonies of #538F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F6F

Black with #538F6F

Text Example


Text Example

White with #538F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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