Html Css Color HEX #537B6E Cutty Sark

📋 copy color: '#537B6E'

red 83 ◦ green 123 ◦ blue 110

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

Shades of Cutty Sark #537B6E

Tints of Cutty Sark #537B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 26.27%
G = 38.92%
B = 34.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#537B6E (or 0x537B6E) is known color: Cutty Sark. HEX triplet: 53, 7B and 6E. RGB value is (83,123,110). Sum of RGB (Red+Green+Blue) = 83+123+110=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 123 - color contains mainly: green. Hex color #537B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B6E is #AC8491. Grayscale: #6D6D6D. Windows color (decimal): -11306130 or 7240531. OLE color: 7240531.

HSL color Cylindrical-coordinate representation of color #537B6E: hue angle of 160.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 #537B6E is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 123 110 -
CMYK 0.33 0 0.11 0.52
HSL 160.5º 0.19% 0.4% -
HSV(B) 160.5º 0.33% 0.48% -
XYZ 13.46 17.13 17.35 -
YUV 109.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 83 123 110 0.33 0 0.11 0.52 160.5 0.19 0.4
Hex 53 7B 6E 21 0 B 34 A0 13 28
Octal 123 173 156 41 0 13 64 240 23 50
Binary 1010011 1111011 1101110 100001 0 1011 110100 10100000 10011 101000

Color Harmonies of #537B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B6E

Black with #537B6E

Text Example


Text Example

White with #537B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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