Html Css Color HEX #537B6B Cutty Sark

📋 copy color: '#537B6B'

red 83 ◦ green 123 ◦ blue 107

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

Shades of Cutty Sark #537B6B

Tints of Cutty Sark #537B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 26.52%
G = 39.3%
B = 34.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#537B6B (or 0x537B6B) is known color: Cutty Sark. HEX triplet: 53, 7B and 6B. RGB value is (83,123,107). Sum of RGB (Red+Green+Blue) = 83+123+107=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #537B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B6B is #AC8494. Grayscale: #6D6D6D. Windows color (decimal): -11306133 or 7043923. OLE color: 7043923.

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

Color convert

RGB 83 123 107 -
CMYK 0.33 0 0.13 0.52
HSL 156º 0.19% 0.4% -
HSV(B) 156º 0.33% 0.48% -
XYZ 13.3 17.07 16.5 -
YUV 109.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 83 123 107 0.33 0 0.13 0.52 156 0.19 0.4
Hex 53 7B 6B 21 0 D 34 9C 13 28
Octal 123 173 153 41 0 15 64 234 23 50
Binary 1010011 1111011 1101011 100001 0 1101 110100 10011100 10011 101000

Color Harmonies of #537B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B6B

Black with #537B6B

Text Example


Text Example

White with #537B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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