Html Css Color HEX #538F75 Cutty Sark

📋 copy color: '#538F75'

red 83 ◦ green 143 ◦ blue 117

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

Shades of Cutty Sark #538F75

Tints of Cutty Sark #538F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 24.2%
G = 41.69%
B = 34.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#538F75 (or 0x538F75) is known color: Cutty Sark. HEX triplet: 53, 8F and 75. RGB value is (83,143,117). Sum of RGB (Red+Green+Blue) = 83+143+117=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #538F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F75 is #AC708A. Grayscale: #7A7A7A. Windows color (decimal): -11301003 or 7704403. OLE color: 7704403.

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

Color convert

RGB 83 143 117 -
CMYK 0.42 0 0.18 0.44
HSL 154º 0.27% 0.44% -
HSV(B) 154º 0.42% 0.56% -
XYZ 16.6 22.77 20.35 -
YUV 122.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 83 143 117 0.42 0 0.18 0.44 154 0.27 0.44
Hex 53 8F 75 2A 0 12 2C 9A 1B 2C
Octal 123 217 165 52 0 22 54 232 33 54
Binary 1010011 10001111 1110101 101010 0 10010 101100 10011010 11011 101100

Color Harmonies of #538F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F75

Black with #538F75

Text Example


Text Example

White with #538F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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