Html Css Color HEX #537B68 Cutty Sark

📋 copy color: '#537B68'

red 83 ◦ green 123 ◦ blue 104

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

Shades of Cutty Sark #537B68

Tints of Cutty Sark #537B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.68%

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

R = 26.77%
G = 39.68%
B = 33.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#537B68 (or 0x537B68) is known color: Cutty Sark. HEX triplet: 53, 7B and 68. RGB value is (83,123,104). Sum of RGB (Red+Green+Blue) = 83+123+104=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #537B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B68 is #AC8497. Grayscale: #6C6C6C. Windows color (decimal): -11306136 or 6847315. OLE color: 6847315.

HSL color Cylindrical-coordinate representation of color #537B68: hue angle of 151.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537B68 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 123 104 -
CMYK 0.33 0 0.15 0.52
HSL 151.5º 0.19% 0.4% -
HSV(B) 151.5º 0.33% 0.48% -
XYZ 13.15 17 15.69 -
YUV 108.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 83 123 104 0.33 0 0.15 0.52 151.5 0.19 0.4
Hex 53 7B 68 21 0 F 34 98 13 28
Octal 123 173 150 41 0 17 64 230 23 50
Binary 1010011 1111011 1101000 100001 0 1111 110100 10011000 10011 101000

Color Harmonies of #537B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B68

Black with #537B68

Text Example


Text Example

White with #537B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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