Html Css Color HEX #537568 Cutty Sark

📋 copy color: '#537568'

red 83 ◦ green 117 ◦ blue 104

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

Shades of Cutty Sark #537568

Tints of Cutty Sark #537568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 27.3%
G = 38.49%
B = 34.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#537568 (or 0x537568) is known color: Cutty Sark. HEX triplet: 53, 75 and 68. RGB value is (83,117,104). Sum of RGB (Red+Green+Blue) = 83+117+104=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #537568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537568 is #AC8A97. Grayscale: #696969. Windows color (decimal): -11307672 or 6845779. OLE color: 6845779.

HSL color Cylindrical-coordinate representation of color #537568: hue angle of 157.06º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537568 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 104 -
CMYK 0.29 0 0.11 0.54
HSL 157.06º 0.17% 0.39% -
HSV(B) 157.06º 0.29% 0.46% -
XYZ 12.43 15.56 15.45 -
YUV 105.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 83 117 104 0.29 0 0.11 0.54 157.06 0.17 0.39
Hex 53 75 68 1D 0 B 36 9D 11 27
Octal 123 165 150 35 0 13 66 235 21 47
Binary 1010011 1110101 1101000 11101 0 1011 110110 10011101 10001 100111

Color Harmonies of #537568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537568

Black with #537568

Text Example


Text Example

White with #537568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537568; }

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

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

background-color css

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

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

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

border-color css

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

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

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