Html Css Color HEX #538675 Cutty Sark

📋 copy color: '#538675'

red 83 ◦ green 134 ◦ blue 117

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

Shades of Cutty Sark #538675

Tints of Cutty Sark #538675

RGB

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

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

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

R = 24.85%
G = 40.12%
B = 35.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#538675 (or 0x538675) is known color: Cutty Sark. HEX triplet: 53, 86 and 75. RGB value is (83,134,117). Sum of RGB (Red+Green+Blue) = 83+134+117=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #538675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538675 is #AC798A. Grayscale: #747474. Windows color (decimal): -11303307 or 7702099. OLE color: 7702099.

HSL color Cylindrical-coordinate representation of color #538675: hue angle of 160º 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 #538675 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 117 -
CMYK 0.38 0 0.13 0.47
HSL 160º 0.24% 0.43% -
HSV(B) 160º 0.38% 0.53% -
XYZ 15.3 20.17 19.92 -
YUV 116.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 83 134 117 0.38 0 0.13 0.47 160 0.24 0.43
Hex 53 86 75 26 0 D 2F A0 18 2B
Octal 123 206 165 46 0 15 57 240 30 53
Binary 1010011 10000110 1110101 100110 0 1101 101111 10100000 11000 101011

Color Harmonies of #538675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538675

Black with #538675

Text Example


Text Example

White with #538675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538675; }

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

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

background-color css

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

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

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

border-color css

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

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

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