Html Css Color HEX #538670 Cutty Sark

📋 copy color: '#538670'

red 83 ◦ green 134 ◦ blue 112

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

Shades of Cutty Sark #538670

Tints of Cutty Sark #538670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.73%

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

R = 25.23%
G = 40.73%
B = 34.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#538670 (or 0x538670) is known color: Cutty Sark. HEX triplet: 53, 86 and 70. RGB value is (83,134,112). Sum of RGB (Red+Green+Blue) = 83+134+112=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #538670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538670 is #AC798F. Grayscale: #747474. Windows color (decimal): -11303312 or 7374419. OLE color: 7374419.

HSL color Cylindrical-coordinate representation of color #538670: hue angle of 154.12º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538670 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 112 -
CMYK 0.38 0 0.16 0.47
HSL 154.12º 0.24% 0.43% -
HSV(B) 154.12º 0.38% 0.53% -
XYZ 15.02 20.06 18.41 -
YUV 116.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 83 134 112 0.38 0 0.16 0.47 154.12 0.24 0.43
Hex 53 86 70 26 0 10 2F 9A 18 2B
Octal 123 206 160 46 0 20 57 232 30 53
Binary 1010011 10000110 1110000 100110 0 10000 101111 10011010 11000 101011

Color Harmonies of #538670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538670

Black with #538670

Text Example


Text Example

White with #538670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538670; }

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

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

background-color css

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

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

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

border-color css

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

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

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