Html Css Color HEX #537467 Cutty Sark

📋 copy color: '#537467'

red 83 ◦ green 116 ◦ blue 103

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

Shades of Cutty Sark #537467

Tints of Cutty Sark #537467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 27.48%
G = 38.41%
B = 34.11%

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

#537467 (or 0x537467) is known color: Cutty Sark. HEX triplet: 53, 74 and 67. RGB value is (83,116,103). Sum of RGB (Red+Green+Blue) = 83+116+103=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #537467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537467 is #AC8B98. Grayscale: #686868. Windows color (decimal): -11307929 or 6779987. OLE color: 6779987.

HSL color Cylindrical-coordinate representation of color #537467: hue angle of 156.36º degrees, saturation: 0.17, 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 #537467 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 116 103 -
CMYK 0.28 0 0.11 0.55
HSL 156.36º 0.17% 0.39% -
HSV(B) 156.36º 0.28% 0.45% -
XYZ 12.26 15.31 15.14 -
YUV 104.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 83 116 103 0.28 0 0.11 0.55 156.36 0.17 0.39
Hex 53 74 67 1C 0 B 37 9C 11 27
Octal 123 164 147 34 0 13 67 234 21 47
Binary 1010011 1110100 1100111 11100 0 1011 110111 10011100 10001 100111

Color Harmonies of #537467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537467

Black with #537467

Text Example


Text Example

White with #537467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537467; }

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

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

background-color css

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

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

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

border-color css

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

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

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