Html Css Color HEX #537967 Cutty Sark

📋 copy color: '#537967'

red 83 ◦ green 121 ◦ blue 103

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

Shades of Cutty Sark #537967

Tints of Cutty Sark #537967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

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

R = 27.04%
G = 39.41%
B = 33.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#537967 (or 0x537967) is known color: Cutty Sark. HEX triplet: 53, 79 and 67. RGB value is (83,121,103). Sum of RGB (Red+Green+Blue) = 83+121+103=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #537967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537967 is #AC8698. Grayscale: #6B6B6B. Windows color (decimal): -11306649 or 6781267. OLE color: 6781267.

HSL color Cylindrical-coordinate representation of color #537967: hue angle of 151.58º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537967 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 103 -
CMYK 0.31 0 0.15 0.53
HSL 151.58º 0.19% 0.4% -
HSV(B) 151.58º 0.31% 0.47% -
XYZ 12.85 16.49 15.34 -
YUV 107.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 83 121 103 0.31 0 0.15 0.53 151.58 0.19 0.4
Hex 53 79 67 1F 0 F 35 98 13 28
Octal 123 171 147 37 0 17 65 230 23 50
Binary 1010011 1111001 1100111 11111 0 1111 110101 10011000 10011 101000

Color Harmonies of #537967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537967

Black with #537967

Text Example


Text Example

White with #537967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537967; }

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

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

background-color css

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

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

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

border-color css

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

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

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