Html Css Color HEX #537667 Cutty Sark

📋 copy color: '#537667'

red 83 ◦ green 118 ◦ blue 103

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

Shades of Cutty Sark #537667

Tints of Cutty Sark #537667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 27.3%
G = 38.82%
B = 33.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#537667 (or 0x537667) is known color: Cutty Sark. HEX triplet: 53, 76 and 67. RGB value is (83,118,103). Sum of RGB (Red+Green+Blue) = 83+118+103=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #537667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537667 is #AC8998. Grayscale: #696969. Windows color (decimal): -11307417 or 6780499. OLE color: 6780499.

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

Color convert

RGB 83 118 103 -
CMYK 0.30 0 0.13 0.54
HSL 154.29º 0.17% 0.39% -
HSV(B) 154.29º 0.3% 0.46% -
XYZ 12.49 15.78 15.22 -
YUV 105.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 83 118 103 0.30 0 0.13 0.54 154.29 0.17 0.39
Hex 53 76 67 1E 0 D 36 9A 11 27
Octal 123 166 147 36 0 15 66 232 21 47
Binary 1010011 1110110 1100111 11110 0 1101 110110 10011010 10001 100111

Color Harmonies of #537667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537667

Black with #537667

Text Example


Text Example

White with #537667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537667; }

 p { color: rgb(83,118,103); }

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

background-color css

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

 a { background-color: rgb(83,118,103); }

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

border-color css

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

 span { border-color: rgb(83,118,103); }

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