Html Css Color HEX #538E6B Cutty Sark

📋 copy color: '#538E6B'

red 83 ◦ green 142 ◦ blue 107

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

Shades of Cutty Sark #538E6B

Tints of Cutty Sark #538E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.77%

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 25%
G = 42.77%
B = 32.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#538E6B (or 0x538E6B) is known color: Cutty Sark. HEX triplet: 53, 8E and 6B. RGB value is (83,142,107). Sum of RGB (Red+Green+Blue) = 83+142+107=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #538E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E6B is #AC7194. Grayscale: #787878. Windows color (decimal): -11301269 or 7048787. OLE color: 7048787.

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

Color convert

RGB 83 142 107 -
CMYK 0.42 0 0.25 0.44
HSL 144.41º 0.26% 0.44% -
HSV(B) 144.41º 0.42% 0.56% -
XYZ 15.89 22.25 17.37 -
YUV 120.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 83 142 107 0.42 0 0.25 0.44 144.41 0.26 0.44
Hex 53 8E 6B 2A 0 19 2C 90 1A 2C
Octal 123 216 153 52 0 31 54 220 32 54
Binary 1010011 10001110 1101011 101010 0 11001 101100 10010000 11010 101100

Color Harmonies of #538E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E6B

Black with #538E6B

Text Example


Text Example

White with #538E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,142,107); }

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

background-color css

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

 a { background-color: rgb(83,142,107); }

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

border-color css

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

 span { border-color: rgb(83,142,107); }

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