Html Css Color HEX #537366 Cutty Sark

📋 copy color: '#537366'

red 83 ◦ green 115 ◦ blue 102

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

Shades of Cutty Sark #537366

Tints of Cutty Sark #537366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 27.67%
G = 38.33%
B = 34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#537366 (or 0x537366) is known color: Cutty Sark. HEX triplet: 53, 73 and 66. RGB value is (83,115,102). Sum of RGB (Red+Green+Blue) = 83+115+102=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #537366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537366 is #AC8C99. Grayscale: #676767. Windows color (decimal): -11308186 or 6714195. OLE color: 6714195.

HSL color Cylindrical-coordinate representation of color #537366: hue angle of 155.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #537366 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 115 102 -
CMYK 0.28 0 0.11 0.55
HSL 155.63º 0.16% 0.39% -
HSV(B) 155.63º 0.28% 0.45% -
XYZ 12.1 15.06 14.84 -
YUV 103.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 83 115 102 0.28 0 0.11 0.55 155.63 0.16 0.39
Hex 53 73 66 1C 0 B 37 9C 10 27
Octal 123 163 146 34 0 13 67 234 20 47
Binary 1010011 1110011 1100110 11100 0 1011 110111 10011100 10000 100111

Color Harmonies of #537366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537366

Black with #537366

Text Example


Text Example

White with #537366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537366; }

 p { color: rgb(83,115,102); }

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

background-color css

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

 a { background-color: rgb(83,115,102); }

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

border-color css

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

 span { border-color: rgb(83,115,102); }

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