Html Css Color HEX #537567 Cutty Sark

📋 copy color: '#537567'

red 83 ◦ green 117 ◦ blue 103

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

Shades of Cutty Sark #537567

Tints of Cutty Sark #537567

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

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

R = 27.39%
G = 38.61%
B = 33.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#537567 (or 0x537567) is known color: Cutty Sark. HEX triplet: 53, 75 and 67. RGB value is (83,117,103). Sum of RGB (Red+Green+Blue) = 83+117+103=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #537567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537567 is #AC8A98. Grayscale: #696969. Windows color (decimal): -11307673 or 6780243. OLE color: 6780243.

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

Color convert

RGB 83 117 103 -
CMYK 0.29 0 0.12 0.54
HSL 155.29º 0.17% 0.39% -
HSV(B) 155.29º 0.29% 0.46% -
XYZ 12.38 15.54 15.18 -
YUV 105.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 83 117 103 0.29 0 0.12 0.54 155.29 0.17 0.39
Hex 53 75 67 1D 0 C 36 9B 11 27
Octal 123 165 147 35 0 14 66 233 21 47
Binary 1010011 1110101 1100111 11101 0 1100 110110 10011011 10001 100111

Color Harmonies of #537567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537567

Black with #537567

Text Example


Text Example

White with #537567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537567; }

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

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

background-color css

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

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

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

border-color css

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

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

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